Skip to content

Commit 9a4e347

Browse files
authored
Update slack-webhook.yaml
1 parent 5c1755f commit 9a4e347

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/slack-webhook.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
- name: Post a message in a channel
1111

1212
env:
13-
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
13+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1414
uses: act10ns/[email protected]
1515
with:
16+
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
1617
status: ${{ job.status }}
1718
steps: ${{ toJson(steps) }}

0 commit comments

Comments
 (0)