Skip to content

Commit 67a5bde

Browse files
committed
update
1 parent bd6a7c4 commit 67a5bde

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/rebase-upstream.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
git remote add upstream https://github.com/docker/github-builder.git
3131
git fetch upstream main
3232
git rebase upstream/main
33-
git push origin HEAD:main --force-with-lease
33+
#git push origin HEAD:main --force-with-lease
34+
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/pexcn/github-builder.git main -f

0 commit comments

Comments
 (0)