Skip to content

Commit 954f836

Browse files
committed
Update update-step.sh
1 parent 38e6f7b commit 954f836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/script/update-step.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git config user.name github-actions
2828
git config user.email [email protected]
2929
git add README.md
3030
git add .github/script/STEP
31-
git commit -m "Update to $TO_STEP in STEP and README.md"
31+
git commit --message="Update to $TO_STEP in STEP and README.md"
3232
git push
3333

3434
echo "If BRANCH_NAME, update that branch as well"

0 commit comments

Comments
 (0)