Skip to content

[BUG] - user_scheme field is forcing re-creation when not set in config #6

[BUG] - user_scheme field is forcing re-creation when not set in config

[BUG] - user_scheme field is forcing re-creation when not set in config #6

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 }}"