Change to use fetch depth 0 (#34288)

This commit is contained in:
Roy Ho 2022-08-12 11:42:08 -07:00 committed by GitHub
parent 46762dab29
commit f171913c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 100
fetch-depth: 0
- name: Install PNPM
run: npm install -g pnpm@^6.24.2