We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6f7b commit 954f836Copy full SHA for 954f836
.github/script/update-step.sh
@@ -28,7 +28,7 @@ git config user.name github-actions
28
git config user.email [email protected]
29
git add README.md
30
git add .github/script/STEP
31
-git commit -m "Update to $TO_STEP in STEP and README.md"
+git commit --message="Update to $TO_STEP in STEP and README.md"
32
git push
33
34
echo "If BRANCH_NAME, update that branch as well"
0 commit comments