Update autoSyncMergedPullRequest.yml

- send pr title
- send pr description
This commit is contained in:
Octavian FlowiseAI
2024-01-22 09:57:01 +01:00
committed by GitHub
parent 2a8ac5ac39
commit ddab853cfd
@@ -23,4 +23,11 @@ jobs:
token: ${{ secrets.AUTOSYNC_TOKEN }}
repository: ${{ secrets.AUTOSYNC_CH_URL }}
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 }}"
}