Merge pull request #20021 from backstage/rugvip/smol

.github/workflows: limit sync VP fetch
This commit is contained in:
Patrik Oldsberg
2023-09-20 13:05:16 +02:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 20000
token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
- name: Install Dependencies
run: yarn --immutable