Update discord-notify.yml

This commit is contained in:
Michael Wilson
2024-01-25 16:47:53 +10:00
committed by GitHub
parent 91f51d0c5c
commit cdcddbb5f3

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Send Notification to Discord
env:
DISCORD_WEBHOOKL: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@0.3.2
with:
args: "A new release of CS# has been tagged! View it here: ${{ github.event.release.html_url }}"