We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e88d9 commit 58c491cCopy full SHA for 58c491c
1 file changed
entrypoint.bash
@@ -43,10 +43,12 @@ git init
43
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"
49
-git remote update
50
git remote -v
51
+git remote update
52
53
git rebase --autosquash --autostash "${BASE_REF}" "${HEAD_BRANCH}"
54
git push --force origin "${HEAD_BRANCH}"
0 commit comments