Skip to content

Commit

Permalink
improve gh action error notification message
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Jun 1, 2023
1 parent 11e8aa7 commit 074c5a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync-env-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
with:
status: ${{ job.status }}
notify_when: 'failure'
notification_title: 'Syncing Marketplace Branches failed'
message_format: '{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}>'
footer: 'Linked to Repo <{repo_url}|{repo}>'
env:
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

1 comment on commit 074c5a7

@vercel
Copy link

@vercel vercel bot commented on 074c5a7 Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.