Skip to content

Commit 71512ef

Browse files
committed
sth
1 parent 5e84d92 commit 71512ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/rebase/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ runs:
1717
- name: Update origin/main
1818
run: |
1919
git fetch origin main
20-
git checkout --depth 10000 origin/main
21-
git checkout --depth 10000 -B main
20+
git checkout origin/main
21+
git checkout -B main
2222
git pull --depth 10000 origin main
2323
2424
# go back to the HEAD commit

0 commit comments

Comments
 (0)