File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 if : steps.pubs.outputs.projects != ''
9797 run : npx nx release publish --projects=${{ steps.pubs.outputs.projects }} ${{ (github.event.inputs['dry-run'] == 'true' && '--dry-run') || '' }}
9898
99- - uses : tryghost/actions/actions/slack-build@a20bdddba43405b5702a60bcc4d16bb0923a4383 # main
99+ - uses : tryghost/actions/actions/slack-build@2ad8c9a006b0f0b320bfb8c935706b645ca9409c # main
100100 if : failure()
101101 with :
102102 status : ${{ job.status }}
Original file line number Diff line number Diff line change 5858
5959 - uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
6060
61- - uses : tryghost/actions/actions/slack-build@a20bdddba43405b5702a60bcc4d16bb0923a4383 # main
61+ - uses : tryghost/actions/actions/slack-build@2ad8c9a006b0f0b320bfb8c935706b645ca9409c # main
6262 if : failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
6363 with :
6464 status : ${{ job.status }}
You can’t perform that action at this time.
0 commit comments