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 Sep 24, 2024
1 parent 3a97757 commit 168f8aa
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 @@ -22,5 +22,5 @@ jobs:
- name: Send webhook to Discord
run: |
curl -X POST -H "Content-Type: application/json" \
-d "{\"content\": \"${{ steps.get_commit.outputs.commit_message }}\", \"sender\": \"${{ steps.get_commit.outputs.commit_author }}\"}" \
-d "{\"content\": \"${{ steps.get_commit.outputs.commit_message }}\", \"username\": \"${{ steps.get_commit.outputs.commit_author }}\"}" \
https://discord.com/api/webhooks/1288116701459775520/Sz7aGU2Wg-OxGG1hFNbbOsPqreo9KTPhlWyN82hkMqrdgJEfn79g7tJ9PGZSnL1S9UB1

0 comments on commit 168f8aa

Please sign in to comment.