Skip to content

Commit

Permalink
try agian
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 23, 2022
1 parent e84f11d commit d4d3753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ set -e

BRANCH_FROM=${BRANCH_FROM:-gh-pages}
printf "GitHub Actor: ${GITHUB_ACTOR}\n"
git config --global user.name "github-actions"
git config --global user.email "github-actions@users.noreply.github.com"
git config pull.rebase false
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git branch
git fetch --unshallow origin || git fetch origin
git checkout -b "${BRANCH_FROM}" || git checkout "${BRANCH_FROM}"
git pull origin gh-pages || true
git branch
git config --global user.name "github-actions"
git config --global user.email "github-actions@users.noreply.github.com"

0 comments on commit d4d3753

Please sign in to comment.