Skip to content

Commit ffe5eb5

Browse files
authored
Improving the commit message (JamesIves#31)
1 parent cc15f3c commit ffe5eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ fi
8080
echo "Deploying to GitHub..." && \
8181
git add -f $FOLDER && \
8282

83-
git commit -m "Deploying to ${BRANCH} - $(date +"%T")" --quiet && \
83+
git commit -m "Deploying to ${BRANCH} from ${BASE_BRANCH:-master} ${GITHUB_SHA}" --quiet && \
8484
git push $REPOSITORY_PATH `git subtree split --prefix $FOLDER ${BASE_BRANCH:-master}`:$BRANCH --force && \
8585
echo "Deployment succesful!"

0 commit comments

Comments
 (0)