Skip to content

Commit df6bc3c

Browse files
committed
entrypoint.bash: Try not specifying https://
1 parent f3c467f commit df6bc3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ git init
4444
git config user.name "${GITHUB_ACTOR}"
4545
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
4646

47-
git remote add origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
48-
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
47+
git remote add origin "x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
48+
git remote set-url origin "x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
4949

5050
git remote -v
5151
git remote update

0 commit comments

Comments
 (0)