Skip to content

Commit

Permalink
Update git.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mezgoodle committed Jun 8, 2021
1 parent 10071e8 commit 215ef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IFS=$"\n"
#################
echo "### Clone git remote..."
echo "git clone https://$GITHUB_TOKEN@github.com/$REPO_FULLNAME.git"
git clone https://$GITHUB_TOKEN@github.com/$REPO_FULLNAME.git
git clone https://x-access-token:$GITHUB_TOKEN@github.com/$REPO_FULLNAME.git
echo "### Getting branch"
BRANCH=${GITHUB_REF#*refs/heads/}
echo "### Branch: $BRANCH (ref: $GITHUB_REF )"
Expand Down

0 comments on commit 215ef10

Please sign in to comment.