Update autoSyncMergedPullRequest.yml
- send pr title - send pr description
This commit is contained in:
parent
2a8ac5ac39
commit
ddab853cfd
|
|
@ -23,4 +23,11 @@ jobs:
|
||||||
token: ${{ secrets.AUTOSYNC_TOKEN }}
|
token: ${{ secrets.AUTOSYNC_TOKEN }}
|
||||||
repository: ${{ secrets.AUTOSYNC_CH_URL }}
|
repository: ${{ secrets.AUTOSYNC_CH_URL }}
|
||||||
event-type: ${{ secrets.AUTOSYNC_PR_EVENT_TYPE }}
|
event-type: ${{ secrets.AUTOSYNC_PR_EVENT_TYPE }}
|
||||||
client-payload: '{"ref": "${{ github.ref }}", "prNumber": "${{ github.event.pull_request.number }}", "sha": "${{ github.sha }}"}'
|
client-payload: >-
|
||||||
|
{
|
||||||
|
"ref": "${{ github.ref }}",
|
||||||
|
"prNumber": "${{ github.event.pull_request.number }}",
|
||||||
|
"prTitle": "${{ github.event.pull_request.title }}",
|
||||||
|
"prDescription": "${{ github.event.pull_request.description }}",
|
||||||
|
"sha": "${{ github.sha }}"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue