Update autoSyncSingleCommit.yml (#1985)

This commit is contained in:
Octavian FlowiseAI
2024-03-18 13:42:55 +01:00
committed by GitHub
parent 0ba6548163
commit 187d306653
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
run: |
echo Autosync a single commit with id: ${{ github.sha }} from openSource main branch towards cloud hosted version.
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.AUTOSYNC_TOKEN }}
repository: ${{ secrets.AUTOSYNC_CH_URL }}
@@ -32,5 +32,5 @@ jobs:
{
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"commitMessage": "${{ toJSON(github.event.commits[0].message) }}"
"commitMessage": "${{ toJSON(github.event.commits[0].id) }}"
}