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 2649b04 commit 244c432Copy full SHA for 244c432
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@4a1d75a3ba11971ffde7f8223132daba26ce34e7 # main
+ - uses: tryghost/actions/actions/slack-build@20b5ae5f266e86f7b5f0815d92731d6388b8ce46 # main
65
if: contains(needs.*.result, 'failure') && github.event_name == 'push' && github.ref == 'refs/heads/main'
66
with:
67
status: failure
0 commit comments