Update autoSyncMergedPullRequest.yml

This commit is contained in:
Octavian FlowiseAI
2024-05-10 20:50:36 +02:00
committed by GitHub
parent b952350a7b
commit 32ad3b1366
@@ -28,6 +28,6 @@ jobs:
"ref": "${{ github.ref }}",
"prNumber": "${{ github.event.pull_request.number }}",
"prTitle": "${{ github.event.pull_request.title }}",
"prDescription": "${{ toJSON(github.event.pull_request.description) }}",
"prDescription": "${{ toJSON(github.event.pull_request.body) }}",
"sha": "${{ github.sha }}"
}