Update entrypoint.sh

This commit is contained in:
James Ives 2019-03-03 12:10:31 -05:00 committed by GitHub
parent 3f61a77a6e
commit 81a7bf3c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ cd $GITHUB_WORKSPACE && \
# Configures Git and checks out the base branch.
git config --global user.email "${COMMIT_EMAIL:-gh-pages-deploy@jives.dev}" && \
git config --global user.name "${COMMIT_NAME:-Github Pages Deploy}" && \
git config --global user.name "${COMMIT_NAME:-Github Pages Deployer}" && \
git checkout "${BASE_BRANCH:-master}" && \
# Builds the project if applicable.