Skip to content

Commit

Permalink
escape newlines in commit message (plausible#4449)
Browse files Browse the repository at this point in the history
* test description
  • Loading branch information
cnkk authored Aug 16, 2024
1 parent 7f175a8 commit 3b485af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-private-images-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ jobs:
url: ${{ secrets.BUILD_NOTIFICATION_URL }}
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
escapeData: 'true'
data: '{"content": "<h1>🚀 New changes are about to be deployed to production!</h1><br/><h3>👷 Author: ${{ github.actor }}</h3><br/><p>📝 Commit message: ${{ github.event.head_commit.message }}</p><br/>"}'

0 comments on commit 3b485af

Please sign in to comment.