Skip to content

Commit

Permalink
some more syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Dec 20, 2023
1 parent 9082cf7 commit 5f9cf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/announcements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
if [ -n "$message" ]
then
deno run --allow-net ./.github/workflows/sendAnnouncement.ts ${{secrets.DISCORD_ANNOUNCEMENT_WEBHOOK}} $message
deno run --allow-net ./.github/workflows/sendAnnouncement.ts ${{secrets.DISCORD_ANNOUNCEMENT_WEBHOOK}} "$message"
fi

0 comments on commit 5f9cf83

Please sign in to comment.