We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c467f commit df6bc3cCopy full SHA for df6bc3c
entrypoint.bash
@@ -44,8 +44,8 @@ git init
44
git config user.name "${GITHUB_ACTOR}"
45
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
46
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"
+git remote add origin "x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
+git remote set-url origin "x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
49
50
git remote -v
51
git remote update
0 commit comments