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 b1d1860 commit ef545e1Copy full SHA for ef545e1
.github/workflows/tests.yml
@@ -85,8 +85,8 @@ jobs:
85
if: failure() && github.ref == 'refs/heads/main'
86
uses: slackapi/[email protected]
87
with:
88
- webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
+ webhook: ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
89
webhook-type: webhook-trigger
90
payload: |
91
action_url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
92
- repository: ${{ github.repository }}
+ repository: "${{ github.repository }}"
0 commit comments