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 ac39968 commit 28e28c7Copy full SHA for 28e28c7
1 file changed
.github/workflows/cicd.yml
@@ -80,7 +80,7 @@ jobs:
80
runs-on: ubuntu-latest
81
if: always()
82
steps:
83
- - uses: tryghost/actions/actions/slack-build@3ab34d3d69687764be21eba3768f51f4ecc40ddd # main
+ - uses: tryghost/actions/actions/slack-build@eee499fcb6bc0efc75ba43f651282b95a96102b0 # main
84
if: contains(needs.*.result, 'failure') && github.event_name == 'push' && github.ref == 'refs/heads/main'
85
with:
86
status: failure
0 commit comments