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 8296bd5 commit 3588aefCopy full SHA for 3588aef
.github/workflows/metadata.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Fetch Base Branch
42
run: |
43
# 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
+ git fetch origin ${BASE_REF}
+ git fetch origin ${HEAD_REF}
46
47
- name: Detect Added Submodules
48
0 commit comments