Skip to content
Prev Previous commit
Next Next commit
update commit message
  • Loading branch information
denrase committed Sep 18, 2023
commit 2c83cd921fc9f9b202131fccc3d009c91061b621
2 changes: 1 addition & 1 deletion scripts/commit-code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ else
git config --global user.email '[email protected]'
git fetch
git checkout ${GITHUB_BRANCH}
git commit -am ${COMMIT_MESSAGE}
git commit -am "${COMMIT_MESSAGE}"
git push --set-upstream origin ${GITHUB_BRANCH}
fi