We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa55fd0 commit 4a7dfe3Copy full SHA for 4a7dfe3
1 file changed
.github/workflows/sync-tags.yml
@@ -55,9 +55,8 @@ jobs:
55
git config user.name "GitHub Actions Bot"
56
git config user.email "actions@github.com"
57
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 }}"
+ git commit -m "chore(scripts): auto-sync tags from msp-scripts metadata" \
+ -m "Synced by GitHub Actions from msp-scripts@${{ github.sha }}"
61
git push origin develop
62
63
- name: Summary
0 commit comments