Skip to content

[BUG] - Unable to create new object storage because tier_id is missing #10

[BUG] - Unable to create new object storage because tier_id is missing

[BUG] - Unable to create new object storage because tier_id is missing #10

Workflow file for this run

name: notify-issue
on:
issues:
types: [opened]
jobs:
issue:
runs-on: ubuntu-latest
name: New Issue Notification
steps:
- uses: mattermost/[email protected]
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
MATTERMOST_USERNAME: ${{ secrets.MATTERMOST_USERNAME}}
MATTERMOST_ICON_URL: ${{ secrets.MATTERMOST_ICON }}
TEXT: "${{ github.repository }}: New Issue https://github.com/${{ github.repository }}/issues/${{ github.event.issue.number }}"