Update autoSyncSingleCommit.yml - enable multi-line commitMessage

This commit is contained in:
Octavian FlowiseAI
2024-01-25 03:55:35 +01:00
committed by GitHub
parent 600f99aa95
commit 52f2471ebc
+1 -1
View File
@@ -32,5 +32,5 @@ jobs:
{
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"commitMessage": "${{ github.event.commits[0].message }}"
"commitMessage": >- "${{ github.event.commits[0].message }}"
}