Use submodules on selfhost

This commit is contained in:
Adria Navarro 2023-06-07 14:01:34 +01:00
parent fd21d16100
commit 64cd821e29
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
fetch-depth: 0 fetch-depth: 0
- name: Fail if tag is not in master - name: Fail if tag is not in master