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 e146127 + 9596797 commit 45f7421Copy full SHA for 45f7421
.github/workflows/tests.yml
@@ -89,7 +89,7 @@ jobs:
89
if: failure() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch'
90
steps:
91
- name: Send notifications of failing tests
92
- uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
+ uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
93
with:
94
errors: true
95
webhook: ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
0 commit comments