We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec6036 commit 244df66Copy full SHA for 244df66
1 file changed
.github/workflows/sync-spec-docs.yml
@@ -85,9 +85,8 @@ jobs:
85
exit 0
86
fi
87
SHORT_SHA="${SOURCE_SHA:0:7}"
88
- git commit -m "docs(api): sync from python-utcp@${SHORT_SHA}
89
-
90
-Auto-generated by python-utcp .github/workflows/sync-spec-docs.yml.
91
92
-Source commit: ${SOURCE_REPO_URL}/commit/${SOURCE_SHA}"
+ git commit \
+ -m "docs(api): sync from python-utcp@${SHORT_SHA}" \
+ -m "Auto-generated by python-utcp .github/workflows/sync-spec-docs.yml." \
+ -m "Source commit: ${SOURCE_REPO_URL}/commit/${SOURCE_SHA}"
93
git push origin main
0 commit comments