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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"
}