diff --git a/.github/workflows/trigger-discord-notify.yml b/.github/workflows/trigger-discord-notify.yml index b895fed..a379a32 100644 --- a/.github/workflows/trigger-discord-notify.yml +++ b/.github/workflows/trigger-discord-notify.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Discord - uses: gist.github.com/z3y/648b596712de4998f296e40c2dcf06a0 + uses: z3y/discord-notify-action@main with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}