Skip to content

Commit 353735d

Browse files
committed
proper mm inputs
1 parent 7de0104 commit 353735d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notify_mattermost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
with:
4949
mattermost-token: ${{ secrets.MM_AUTH_TOKEN }}
5050
mattermost-team-id: ${{ secrets.MM_TEAM_ID }}
51-
mattermost-channel-name: ${{ github.event.inputs.mattermost-channel }}
51+
mattermost-channel-name: ${{ github.event.inputs.mattermost-channel-name }}
5252
mattermost-message: ${{ github.event.inputs.mattermost-message }}
5353
action: 'send-mattermost-message'

0 commit comments

Comments
 (0)