Skip to content

Commit 3588aef

Browse files
committed
ci: fetch deep
1 parent 8296bd5 commit 3588aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/metadata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Fetch Base Branch
4242
run: |
4343
# Fetch all history for the base branch and PR head
44-
git fetch origin ${BASE_REF} --depth=1
45-
git fetch origin ${HEAD_REF} --depth=1
44+
git fetch origin ${BASE_REF}
45+
git fetch origin ${HEAD_REF}
4646
4747
- name: Detect Added Submodules
4848
run: |

0 commit comments

Comments
 (0)