Skip to content

Commit 092cfd3

Browse files
committed
testo
1 parent 558bb9e commit 092cfd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/slack-alert/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ runs:
3434
- name: Send message to Slack via Workflow Builder
3535
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
3636
with:
37+
webhook-type: "incoming-webhook"
3738
payload: |
3839
{
39-
"webhook-type": "incoming-webhook",
4040
"channel-id": "${{ env.SLACK_CHANNEL_ID }}",
4141
"inputs": "${{ env.INPUTS }}",
4242
"message": "${{ env.MESSAGE }}",

0 commit comments

Comments
 (0)