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.
2 parents 5d27489 + ce79d01 commit 9e85fb5Copy full SHA for 9e85fb5
.github/workflows/e2e.yaml
@@ -87,7 +87,7 @@ jobs:
87
- name: Send Slack alert notification
88
id: slack
89
if: ${{ failure() }}
90
- uses: slackapi/slack-github-action@v1.27.0
+ uses: slackapi/slack-github-action@v2.0.0
91
env:
92
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
93
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
0 commit comments