mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Changing value
This commit is contained in:
parent
009a04cdd7
commit
752f33ab7d
@ -45,7 +45,7 @@ REPOSITORY_PATH="https://${ACCESS_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" &&
|
||||
|
||||
# Checks to see if the remote exists prior to deploying.
|
||||
# If the branch doesn't exist it gets created here as an orphan.
|
||||
if [ `git ls-remote --heads "https://${ACCESS_TOKEN}@github.com:JamesIves/reddit-viewer.git" $BRANCH | wc -l` ]
|
||||
if [ `git ls-remote --heads $REPOSITORY_PATH $BRANCH | wc -l` ]
|
||||
then
|
||||
echo "Creating remote branch ${BRANCH} as it doesn't exist..."
|
||||
git checkout --orphan $BRANCH && \
|
||||
|
Loading…
Reference in New Issue
Block a user