We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d00cf commit 558bb9eCopy full SHA for 558bb9e
1 file changed
.github/actions/slack-alert/action.yml
@@ -36,6 +36,7 @@ runs:
36
with:
37
payload: |
38
{
39
+ "webhook-type": "incoming-webhook",
40
"channel-id": "${{ env.SLACK_CHANNEL_ID }}",
41
"inputs": "${{ env.INPUTS }}",
42
"message": "${{ env.MESSAGE }}",
0 commit comments