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 d3e7afb commit 0376eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify_discord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: send webhook to discord
run: |
curl -H "Content-Type: application/json" \
-d "{\"content\": \"새로운 게시물이 올라왔어요: ${{ steps.get_commit_info.outputs.commit_message }}\", \"sender\": \"${{ steps.get_commit_info.outputs.commit_author }}\"}" \
curl -X POST -H "Content-Type: application/json" \
-d "{\"content\": \"${{ steps.get_commit_info.outputs.commit_message }}\", \"sender\": \"${{ steps.get_commit_info.outputs.commit_author }}\"}" \
https://discord.com/api/webhooks/your-webhook-url

0 comments on commit 0376eb7

Please sign in to comment.