Sanitize branch ref with toJSON (#19394)

This commit is contained in:
Matt Andreko 2026-04-10 14:10:23 -04:00 committed by GitHub
parent 28b90554dd
commit a17a19818d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,5 +82,5 @@ jobs:
client-payload: |-
{
"origin_issue": ${{ github.event.workflow_run.pull_requests[0].number }},
"origin_branch": "${{ github.event.workflow_run.pull_requests[0].head.ref }}"
"origin_branch": ${{ toJSON(github.event.workflow_run.pull_requests[0].head.ref) }}
}