File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 if : ${{ !success() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' }}
5252 steps :
5353 - name : Send notifications of failing tests
54- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
54+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
5555 with :
5656 errors : true
5757 webhook : ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Notify Slack
113113 if : steps.changesets.outputs.published == 'true'
114- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
114+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
115115 with :
116116 webhook : ${{ secrets.SLACK_RELEASE_ANNOUNCEMENTS_WEBHOOK_URL }}
117117 webhook-type : webhook-trigger
Original file line number Diff line number Diff line change 9191 if : ${{ !success() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' }}
9292 steps :
9393 - name : Send notifications of failing tests
94- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
94+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
9595 with :
9696 errors : true
9797 webhook : ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments