Update autoSyncMergedPullRequest.yml
This commit is contained in:
parent
b952350a7b
commit
32ad3b1366
|
|
@ -28,6 +28,6 @@ jobs:
|
||||||
"ref": "${{ github.ref }}",
|
"ref": "${{ github.ref }}",
|
||||||
"prNumber": "${{ github.event.pull_request.number }}",
|
"prNumber": "${{ github.event.pull_request.number }}",
|
||||||
"prTitle": "${{ github.event.pull_request.title }}",
|
"prTitle": "${{ github.event.pull_request.title }}",
|
||||||
"prDescription": "${{ toJSON(github.event.pull_request.description) }}",
|
"prDescription": "${{ toJSON(github.event.pull_request.body) }}",
|
||||||
"sha": "${{ github.sha }}"
|
"sha": "${{ github.sha }}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue