mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Update autoSyncMergedPullRequest.yml
- send pr title - send pr description
This commit is contained in:
committed by
GitHub
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 }}"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user