mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
Update autoSyncSingleCommit.yml - enable multi-line commitMessage
This commit is contained in:
committed by
GitHub
parent
600f99aa95
commit
52f2471ebc
@@ -32,5 +32,5 @@ jobs:
|
|||||||
{
|
{
|
||||||
"ref": "${{ github.ref }}",
|
"ref": "${{ github.ref }}",
|
||||||
"sha": "${{ github.sha }}",
|
"sha": "${{ github.sha }}",
|
||||||
"commitMessage": "${{ github.event.commits[0].message }}"
|
"commitMessage": >- "${{ github.event.commits[0].message }}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user