Skip to content

Commit

Permalink
oyvey
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Feb 20, 2022
1 parent 5960ba2 commit 2b2a545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BRANCH_FROM=${BRANCH_FROM:-gh-pages}
printf "GitHub Actor: ${GITHUB_ACTOR}\n"
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git branch
git fetch --unshallow origin
git fetch --unshallow origin || git fetch origin
git checkout -b "${BRANCH_FROM}" || git checkout "${BRANCH_FROM}"
git pull origin gh-pages || true
git branch
Expand Down

0 comments on commit 2b2a545

Please sign in to comment.