Skip to content

Commit

Permalink
chore(deps): update equisoft-actions/notify-workflow-status action (#929
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 06f38b6 commit 3c6b5d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,11 +698,12 @@ jobs:
- storybook_compile
- storybook_deploy
- webapp_deploy
if: needs.setup.outputs.deploy == 'true'
if: always() && needs.setup.outputs.deploy == 'true'

steps:
- name: Post workflow status
uses: equisoft-actions/notify-workflow-status@v1
uses: equisoft-actions/notify-workflow-status@v2
with:
needs: ${{ toJSON(needs) }}
slack-webhook-url: ${{ secrets.OPS_CI_WEBHOOK_URL }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
slack-channel: ${{ github.event.repository.custom_properties.ci_slack_channel }}

0 comments on commit 3c6b5d1

Please sign in to comment.