Switch from Ilshidur to appleboy discord notifier action
This commit is contained in:
parent
31d416360f
commit
8b416a141a
@ -45,9 +45,9 @@ jobs:
|
||||
Notify:
|
||||
runs-on: fighter
|
||||
steps:
|
||||
- name: Discord notifications
|
||||
env:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
uses: Ilshidur/action-discord@master
|
||||
- name: Discord notification
|
||||
uses: appleboy/discord-action@master
|
||||
with:
|
||||
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
|
||||
args: '${{ github.repository }} deploy to fighter: ${{ job.status }}'
|
||||
|
Loading…
Reference in New Issue
Block a user