Skip to content

Commit

Permalink
Update autoSyncSingleCommit.yml
Browse files Browse the repository at this point in the history
- send single commit message
  • Loading branch information
ocflowiseai authored Jan 22, 2024
1 parent ddab853 commit fb2e6a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/autoSyncSingleCommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}",
}

0 comments on commit fb2e6a0

Please sign in to comment.