Add fetch-depth 0 back
This commit is contained in:
parent
2fa60ccf54
commit
46e76ea0b5
|
@ -93,7 +93,7 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
fetch-depth: 2
|
||||
fetch-depth: 0
|
||||
- name: Check submodule
|
||||
run: |
|
||||
cd packages/pro
|
||||
|
|
Loading…
Reference in New Issue