Update autoSyncSingleCommit.yml

- send single commit message
This commit is contained in:
Octavian FlowiseAI 2024-01-22 10:08:29 +01:00 committed by GitHub
parent ddab853cfd
commit fb2e6a0e08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -28,4 +28,9 @@ jobs:
token: ${{ secrets.AUTOSYNC_TOKEN }}
repository: ${{ secrets.AUTOSYNC_CH_URL }}
event-type: ${{ secrets.AUTOSYNC_SC_EVENT_TYPE }}
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
client-payload: >-
{
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"commitMessage": "${{ github.event.commits[0].message }}",
}