Skip to content

Commit

Permalink
fix: deploy success message
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-micah authored Sep 28, 2023
1 parent 94a17fe commit f3100db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- name: Send deployment failed message
if: ${{ inputs.environment == 'production' }} && failure()
if: ${{ inputs.environment == 'production' && failure() }}
uses: slackapi/slack-github-action@v1
with:
payload: |
Expand Down

0 comments on commit f3100db

Please sign in to comment.