We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0867024 commit 921ad41Copy full SHA for 921ad41
.github/actions/merge/action.yml
@@ -19,7 +19,7 @@ runs:
19
git fetch origin main
20
git checkout origin/main
21
git checkout -B main
22
- git pull --depth 10000 origin main
+ git pull origin main
23
24
# go back to the HEAD commit
25
git switch --detach ${{ github.sha }}
0 commit comments