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 fc1b6df commit d5686efCopy full SHA for d5686ef
.github/workflows/tests.yml
@@ -75,7 +75,7 @@ jobs:
75
pytest tests/scenario_tests_async/ --junitxml=reports/test_scenario_async.xml
76
- name: Send notifications of failing tests
77
if: failure() && github.ref == 'refs/heads/main'
78
- uses: slackapi/[email protected]
+ uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
79
with:
80
webhook: ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
81
webhook-type: webhook-trigger
0 commit comments