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 584034f commit ed01612Copy full SHA for ed01612
.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
169
run: yarn --cwd aio deploy-production
170
- name: Notify about failed deployment
171
if: ${{ failure() }}
172
- uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v=v1.24.0
+ uses: slackapi/slack-github-action@bd0cdb73fca367ab550615aebc60daa532c67f90 # v=v1.24.0
173
with:
174
channel-id: 'C07DT5M6V,CKV1F72BG'
175
slack-message: 'Deploy to aio job failed for ${{ github.base_ref }} branch failed on build ${{ github.event.after }}: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
0 commit comments