mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 07:01:07 +03:00
Update autoSyncSingleCommit.yml (#1985)
This commit is contained in:
committed by
GitHub
parent
0ba6548163
commit
187d306653
@@ -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) }}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user