mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Improving the commit message (#31)
This commit is contained in:
parent
cc15f3c6ef
commit
ffe5eb539e
@ -80,6 +80,6 @@ fi
|
|||||||
echo "Deploying to GitHub..." && \
|
echo "Deploying to GitHub..." && \
|
||||||
git add -f $FOLDER && \
|
git add -f $FOLDER && \
|
||||||
|
|
||||||
git commit -m "Deploying to ${BRANCH} - $(date +"%T")" --quiet && \
|
git commit -m "Deploying to ${BRANCH} from ${BASE_BRANCH:-master} ${GITHUB_SHA}" --quiet && \
|
||||||
git push $REPOSITORY_PATH `git subtree split --prefix $FOLDER ${BASE_BRANCH:-master}`:$BRANCH --force && \
|
git push $REPOSITORY_PATH `git subtree split --prefix $FOLDER ${BASE_BRANCH:-master}`:$BRANCH --force && \
|
||||||
echo "Deployment succesful!"
|
echo "Deployment succesful!"
|
||||||
|
Loading…
Reference in New Issue
Block a user