Skip to content

Commit a03046a

Browse files
committed
release/2024-11-25 Add webhook-type to Notify slack of deployment workflow
1 parent b27099e commit a03046a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
id: slack
200200
uses: slackapi/[email protected]
201201
with:
202+
webhook-type: webhook-trigger
202203
payload: |
203204
{
204205
"action_url": "${{ format('{0}/{1}/actions/runs/{2}/attempts/{3}', github.server_url, github.repository, github.run_id, github.run_attempt) }}",

0 commit comments

Comments
 (0)