mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 09:01:06 +03:00
Update autoSyncSingleCommit.yml (#1985)
This commit is contained in:
committed by
GitHub
parent
0ba6548163
commit
187d306653
@@ -23,7 +23,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo Autosync a single commit with id: ${{ github.sha }} from openSource main branch towards cloud hosted version.
|
echo Autosync a single commit with id: ${{ github.sha }} from openSource main branch towards cloud hosted version.
|
||||||
- name: Repository Dispatch
|
- name: Repository Dispatch
|
||||||
uses: peter-evans/repository-dispatch@v2
|
uses: peter-evans/repository-dispatch@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.AUTOSYNC_TOKEN }}
|
token: ${{ secrets.AUTOSYNC_TOKEN }}
|
||||||
repository: ${{ secrets.AUTOSYNC_CH_URL }}
|
repository: ${{ secrets.AUTOSYNC_CH_URL }}
|
||||||
@@ -32,5 +32,5 @@ jobs:
|
|||||||
{
|
{
|
||||||
"ref": "${{ github.ref }}",
|
"ref": "${{ github.ref }}",
|
||||||
"sha": "${{ github.sha }}",
|
"sha": "${{ github.sha }}",
|
||||||
"commitMessage": "${{ toJSON(github.event.commits[0].message) }}"
|
"commitMessage": "${{ toJSON(github.event.commits[0].id) }}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user