Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
choihuk authored Oct 1, 2024
1 parent b7bc943 commit 81fe10c
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 }}\", \"username\": \"${{ steps.get_commit.outputs.commit_author }}\"}" \
-d "{\"content\": \"${{ steps.get_commit.outputs.commit_author }}: ${{ steps.get_commit.outputs.commit_message }}\"}" \
${{ secrets.DISCORD_WEBHOOK_URL }}

0 comments on commit 81fe10c

Please sign in to comment.