mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update entrypoint.sh
This commit is contained in:
parent
3f61a77a6e
commit
81a7bf3c85
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user