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 5c17417 commit 0ebe708Copy full SHA for 0ebe708
.github/workflows/ci.yaml
@@ -442,7 +442,7 @@ jobs:
442
uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 #v3.0.3
443
444
- name: Post Slack notification
445
- uses: Kong/public-shared-actions/slack-actions/workflow-notification@v2
+ uses: Kong/public-shared-actions/slack-actions/workflow-notification@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1 # v4.0.1
446
with:
447
slack-webhook-url: ${{ env.WORKFLOW_CONCLUSION == 'failure' && secrets.SLACK_WEBHOOK_URL_ALERT || secrets.SLACK_WEBHOOK_URL_NOTIFY }}
448
status: ${{ env.WORKFLOW_CONCLUSION == 'failure' && 'failure' || 'success' }}
0 commit comments