Skip to content

Commit 4a7dfe3

Browse files
committed
fix(ci): correct YAML syntax for multi-line commit message
1 parent fa55fd0 commit 4a7dfe3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/sync-tags.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ jobs:
5555
git config user.name "GitHub Actions Bot"
5656
git config user.email "actions@github.com"
5757
git add content/scripts/
58-
git commit -m "chore(scripts): auto-sync tags from msp-scripts metadata
59-
60-
Synced by GitHub Actions from msp-scripts@${{ github.sha }}"
58+
git commit -m "chore(scripts): auto-sync tags from msp-scripts metadata" \
59+
-m "Synced by GitHub Actions from msp-scripts@${{ github.sha }}"
6160
git push origin develop
6261
6362
- name: Summary

0 commit comments

Comments
 (0)