We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558bb9e commit 092cfd3Copy full SHA for 092cfd3
1 file changed
.github/actions/slack-alert/action.yml
@@ -34,9 +34,9 @@ runs:
34
- name: Send message to Slack via Workflow Builder
35
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
36
with:
37
+ webhook-type: "incoming-webhook"
38
payload: |
39
{
- "webhook-type": "incoming-webhook",
40
"channel-id": "${{ env.SLACK_CHANNEL_ID }}",
41
"inputs": "${{ env.INPUTS }}",
42
"message": "${{ env.MESSAGE }}",
0 commit comments