Skip to content

Commit

Permalink
feat: update needs on notify-end
Browse files Browse the repository at this point in the history
  • Loading branch information
wimvdputten committed Jul 15, 2024
2 parents 31fb3a5 + 1e1292b commit 8b69263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
notify-end:
if: always()
name: Notify release end
needs: [ notify-start, activate-pm2 ]
needs: [ notify-start, release ]
uses: ho-nl/release-slack-action/.github/workflows/notify-slack-end.yml@main
secrets:
slackToken: ${{ secrets.SLACK_BOT_RELEASE_TOKEN}}
with:
time: ${{ needs.notify-start.outputs.time }}
result: ${{ needs.activate-pm2.result }}
result: ${{ needs.release.result }}
channel: 12gobiking-test
message: Test
notifyOnlyOnFailure: false

0 comments on commit 8b69263

Please sign in to comment.