Skip to content

Commit

Permalink
Change webhook name.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBunnyDc committed Sep 23, 2024
1 parent ebda19f commit 807bd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
webhook_url: ${{ secrets.webhook_url }}
webhook_name: 'GuidebookAPI - Github'
status: 'failed'
status: 'success'
webhook_avatar: 'https://media.discordapp.net/attachments/1259725258949267508/1287642276109221908/logo.png?ex=66f249d1&is=66f0f851&hm=7046affb16e8fa7ebf424814664a9ab47b9b3b0973bd534616e4f9349a06362b&=&format=webp&quality=lossless&width=640&height=640'

- name: Notify On Failure
Expand All @@ -35,5 +35,5 @@ jobs:
with:
webhook_url: ${{ secrets.webhook_url }}
webhook_name: 'GuidebookAPI - Github'
status: 'failed'
status: 'failure'
webhook_avatar: 'https://media.discordapp.net/attachments/1259725258949267508/1287642276109221908/logo.png?ex=66f249d1&is=66f0f851&hm=7046affb16e8fa7ebf424814664a9ab47b9b3b0973bd534616e4f9349a06362b&=&format=webp&quality=lossless&width=640&height=640'

0 comments on commit 807bd92

Please sign in to comment.