Skip to content

Commit

Permalink
Update notify_discord.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
choihuk authored Oct 1, 2024
1 parent 168f8aa commit a255dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify_discord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: |
curl -X POST -H "Content-Type: application/json" \
-d "{\"content\": \"${{ steps.get_commit.outputs.commit_message }}\", \"username\": \"${{ steps.get_commit.outputs.commit_author }}\"}" \
https://discord.com/api/webhooks/1288116701459775520/Sz7aGU2Wg-OxGG1hFNbbOsPqreo9KTPhlWyN82hkMqrdgJEfn79g7tJ9PGZSnL1S9UB1
{{ secrets.DISCORD_WEBHOOK_URL }}

0 comments on commit a255dc5

Please sign in to comment.