Skip to content

Commit ade4524

Browse files
committed
fix: fix commit msg
1 parent 493a3ca commit ade4524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
3939
git init
4040
git add .
41-
git commit -m ${COMMIT_MSG}
41+
git commit -m "${COMMIT_MSG}"
4242
git push origin ${TARGET_BRANCH}

0 commit comments

Comments
 (0)