diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 453390a..8aa9e99 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -8,7 +8,7 @@ jobs: uses: wonejomb/webhook-actions@2.0.10 with: webhook_url: ${{ secrets.webhook_url }} - webhook_name: 'Build Started' + webhook_name: 'GuidebookAPI - Github' status: 'started' 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' @@ -25,7 +25,7 @@ jobs: uses: wonejomb/webhook-actions@2.0.10 with: webhook_url: ${{ secrets.webhook_url }} - webhook_name: 'Build Success' + webhook_name: 'GuidebookAPI - Github' status: 'failed' 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' @@ -34,6 +34,6 @@ jobs: uses: wonejomb/webhook-actions@2.0.10 with: webhook_url: ${{ secrets.webhook_url }} - webhook_name: 'Build Failed' + webhook_name: 'GuidebookAPI - Github' status: 'failed' 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' \ No newline at end of file