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 075a0a8 commit 3078830
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 "{\"message\": \"${{ steps.get_commit_info.outputs.commit_message }}\", \"sender\": \"${{ steps.get_commit_info.outputs.commit_author }}\"}" \
-d "{\"content\": \"${{ steps.get_commit_info.outputs.commit_message }}\", \"sender\": \"${{ steps.get_commit_info.outputs.commit_author }}\"}" \
https://discord.com/api/webhooks/1288116701459775520/Sz7aGU2Wg-OxGG1hFNbbOsPqreo9KTPhlWyN82hkMqrdgJEfn79g7tJ9PGZSnL1S9UB1

0 comments on commit 3078830

Please sign in to comment.