Use submodules on selfhost
This commit is contained in:
parent
fd21d16100
commit
64cd821e29
|
@ -17,6 +17,8 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Fail if tag is not in master
|
||||
|
|
Loading…
Reference in New Issue