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 cc15f3c commit ffe5eb5Copy full SHA for ffe5eb5
entrypoint.sh
@@ -80,6 +80,6 @@ fi
80
echo "Deploying to GitHub..." && \
81
git add -f $FOLDER && \
82
83
-git commit -m "Deploying to ${BRANCH} - $(date +"%T")" --quiet && \
+git commit -m "Deploying to ${BRANCH} from ${BASE_BRANCH:-master} ${GITHUB_SHA}" --quiet && \
84
git push $REPOSITORY_PATH `git subtree split --prefix $FOLDER ${BASE_BRANCH:-master}`:$BRANCH --force && \
85
echo "Deployment succesful!"
0 commit comments