Switch from Ilshidur to appleboy discord notifier action

This commit is contained in:
Joey Hafner 2024-02-15 01:36:20 -08:00
parent 396ace1f94
commit 44c7d45388

View File

@ -45,9 +45,9 @@ jobs:
Notify: Notify:
runs-on: fighter runs-on: fighter
steps: steps:
- name: Discord notifications - name: Discord notification
env: uses: appleboy/discord-action@master
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with: with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
args: '${{ github.repository }} deploy to fighter: ${{ job.status }}' args: '${{ github.repository }} deploy to fighter: ${{ job.status }}'