From ed77898eda1773bdbb632b178e62c889414432a8 Mon Sep 17 00:00:00 2001 From: Maxim Zavalniuk Date: Tue, 8 Jun 2021 11:48:26 +0300 Subject: [PATCH] Update git.sh --- action/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/git.sh b/action/git.sh index 61c65a6..04611df 100644 --- a/action/git.sh +++ b/action/git.sh @@ -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 )"