We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de0104 commit 353735dCopy full SHA for 353735d
1 file changed
.github/workflows/notify_mattermost.yml
@@ -48,6 +48,6 @@ jobs:
48
with:
49
mattermost-token: ${{ secrets.MM_AUTH_TOKEN }}
50
mattermost-team-id: ${{ secrets.MM_TEAM_ID }}
51
- mattermost-channel-name: ${{ github.event.inputs.mattermost-channel }}
+ mattermost-channel-name: ${{ github.event.inputs.mattermost-channel-name }}
52
mattermost-message: ${{ github.event.inputs.mattermost-message }}
53
action: 'send-mattermost-message'
0 commit comments