Fetch depth to be able to read master
This commit is contained in:
parent
7026633a0c
commit
365bf5bf96
|
@ -175,6 +175,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
|
||||
|
||||
- name: Check pro commit
|
||||
|
|
Loading…
Reference in New Issue