Skip to content

Commit 0c2dab8

Browse files
Remote fetch-depth
Co-authored-by: Ernesto García <ernestognw@gmail.com>
1 parent 649a635 commit 0c2dab8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-upgradeable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ jobs:
1414
- uses: actions/checkout@v5
1515
with:
1616
repository: ${{ env.VANILLA_REPO }}
17-
fetch-depth: 0
1817
ref: ${{ github.ref }}
1918
- name: Get vanilla commit
2019
run: |
2120
echo "VANILLA_COMMIT=$(git rev-parse --short HEAD)" >> "$GITHUB_ENV"
2221
- uses: actions/checkout@v5
2322
with:
2423
repository: ${{ env.UPGRADEABLE_REPO }}
25-
fetch-depth: 0
2624
submodules: true
2725
token: ${{ secrets.GH_TOKEN_UPGRADEABLE }}
2826
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)