Merge pull request #10783 from backstage/rugvip/fixsync

workflows: make sync_vp fetch full history to enable release lookup
This commit is contained in:
Patrik Oldsberg
2022-04-12 17:13:43 +02:00
committed by GitHub
@@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
- name: Install Dependencies
run: yarn --frozen-lockfile