Skip to content

Commit

Permalink
Fix Slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwebb76 committed May 3, 2022
1 parent 4d9d0ea commit e8d2288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
SLACK_BOT_TOKEN: "${{ secrets.BELLROY_SLACK_TOKEN }}"
with:
args: '{\"channel\":\"{{ env.SLACK_CHANNEL_ID }}\",\"text\":\"* ${{ github.repository }} BUILD
args: '{\"channel\":\"${{ env.SLACK_CHANNEL_ID }}\",\"text\":\"* ${{ github.repository }} BUILD
FAILURE*\", \"attachments\": [{ \"fallback\": \"Failure summary\", \"color\":
\"#ff0000\", \"fields\": [{\"title\": \"Branch\", \"value\":\"${{ steps.extract_branch.outputs.branch
}}\"}, {\"title\": \"Who broke it\", \"value\":\"${{ github.actor }}\"},
Expand Down

0 comments on commit e8d2288

Please sign in to comment.