We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d486e commit a0aadc2Copy full SHA for a0aadc2
1 file changed
.github/workflows/sync-project-branch.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
ref: gsoc-2023-project
14
- run: |
15
- git fetch origin
+ git fetch --unshallow origin
16
git merge origin/master
17
- uses: peter-evans/create-pull-request@v5
18
0 commit comments