Skip to content

Commit f79f1a4

Browse files
committed
Would be nice if it works
1 parent ce6fc6c commit f79f1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/rebase/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
git fetch origin main
2020
git checkout origin/main
2121
git checkout -B main
22-
git pull --unshallow origin main
22+
git pull --depth 10000 origin main
2323
2424
# go back to the HEAD commit
2525
git switch --detach ${{ github.sha }}

0 commit comments

Comments
 (0)