Skip to content

Commit

Permalink
update commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Sep 18, 2023
1 parent 974af4c commit 2c83cd9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2c83cd9

Please sign in to comment.