Skip to content

Commit 244df66

Browse files
committed
Update sync-spec-docs.yml
1 parent aec6036 commit 244df66

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/sync-spec-docs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ jobs:
8585
exit 0
8686
fi
8787
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}"
88+
git commit \
89+
-m "docs(api): sync from python-utcp@${SHORT_SHA}" \
90+
-m "Auto-generated by python-utcp .github/workflows/sync-spec-docs.yml." \
91+
-m "Source commit: ${SOURCE_REPO_URL}/commit/${SOURCE_SHA}"
9392
git push origin main

0 commit comments

Comments
 (0)