We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5212dc commit d6cf5caCopy full SHA for d6cf5ca
.github/workflows/slack-webhook.yaml
@@ -13,6 +13,5 @@ jobs:
13
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
14
uses: act10ns/[email protected]
15
with:
16
- webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
17
status: ${{ job.status }}
18
- webhook-type: incoming-webhook
+ steps: ${{ toJson(steps) }}
0 commit comments