Skip to content

Commit a0aadc2

Browse files
authored
Fix problem in sync-project-branch.yml (#1488)
1 parent 73d486e commit a0aadc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-project-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
ref: gsoc-2023-project
1414
- run: |
15-
git fetch origin
15+
git fetch --unshallow origin
1616
git merge origin/master
1717
- uses: peter-evans/create-pull-request@v5
1818
with:

0 commit comments

Comments
 (0)