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 311c2e1 commit 9314adbCopy full SHA for 9314adb
1 file changed
.github/workflows/cicd.yml
@@ -61,7 +61,7 @@ jobs:
61
runs-on: ubuntu-latest
62
if: always()
63
steps:
64
- - uses: tryghost/actions/actions/slack-build@3cbe4281b3c5c06971a8ef5e459b763c164abeb0 # main
+ - uses: tryghost/actions/actions/slack-build@0204421bd3b15725e5b8c606d5d671e9674707ea # main
65
if: contains(needs.*.result, 'failure') && github.event_name == 'push' && github.ref == 'refs/heads/main'
66
with:
67
status: failure
0 commit comments