mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
Sanitize branch ref with toJSON (#19394)
This commit is contained in:
parent
28b90554dd
commit
a17a19818d
@ -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) }}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user