Fetch submodule

This commit is contained in:
Adria Navarro 2023-06-07 13:56:35 +01:00
parent 63ce44da58
commit fd21d16100
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ jobs:
- name: "Checkout" - name: "Checkout"
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