Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 21, 2024
1 parent f570772 commit 9411113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/send-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
curl -X POST -H "Content-Type: application/json" \
-H "Authorization: Bot ${{ secrets.RPKM67_DISCORD_API_KEY }}" \
-d "{
\"content\": \"A new push has been made to the main branch by ${{ github.actor }}!\",
\"content\": \"A new push has been made to the ${{ github.ref_name }} branch by ${{ github.actor }}!\",
\"embeds\": [
{
\"author\": {
\"name\": \"${{ github.actor }}\",
\"icon_url\": \"https://github.com/${{ github.actor }}.png\"
},
\"description\": \"Commit message: ${{ github.event.head_commit.message }}\"
\"description\": \"PR: ${{ github.event.pull_request.title }}\"
}
]
}" \
Expand Down

0 comments on commit 9411113

Please sign in to comment.