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 85aeee1 commit ed77898
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 @@ -14,7 +14,7 @@ IFS=$"\n"
# Work with git #
#################
echo "### Clone git remote..."
git clone https://x-access-token:$GITHUB_TOKEN@github.com/$REPO_FULLNAME.git
git clone https://$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 ed77898

Please sign in to comment.