Skip to content

Commit

Permalink
chore(CI): escape PR title for slack webhook (vercel#65742)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony authored May 14, 2024
1 parent 4d97acb commit b5fb1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/retry_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# (through slightly hacky means).
payload: |
{
"commit_title": "${{ github.event.workflow_run.display_title }}",
"commit_title": ${{ toJSON(github.event.workflow_run.display_title) }},
"commit_url": "github.com/${{ github.repository }}/commit/${{ github.event.workflow_run.head_sha }}",
"workflow_run_url": "github.com/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}/attempts/${{ github.event.workflow_run.run_attempt }}"
}
Expand Down

0 comments on commit b5fb1c1

Please sign in to comment.