added support to submodule on checkout action

This commit is contained in:
2026-09-18 15:09:44 +02:00
parent d5b9a534a5
commit 8c9c6cdee5
7 changed files with 13 additions and 0 deletions
+3
View File
@@ -58,6 +58,9 @@ jobs:
INFISICAL_DOMAIN: ${{ vars.INFISICAL_HOST }} INFISICAL_DOMAIN: ${{ vars.INFISICAL_HOST }}
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: recursive
- name: Verifica configurazione - name: Verifica configurazione
run: | run: |
+3
View File
@@ -37,6 +37,9 @@ jobs:
TARGET_HOST: ${{ vars[inputs.host-var] }} TARGET_HOST: ${{ vars[inputs.host-var] }}
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: recursive
- name: Verifica configurazione - name: Verifica configurazione
run: | run: |
+1
View File
@@ -43,6 +43,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: recursive
- name: Verifica tooling e configurazione - name: Verifica tooling e configurazione
run: | run: |
+3
View File
@@ -33,6 +33,9 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: recursive
- name: Checkout CI config - name: Checkout CI config
run: | run: |
@@ -56,6 +56,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: recursive
- name: Checkout CI config - name: Checkout CI config
run: | run: |
@@ -48,6 +48,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: recursive
- name: Checkout CI config - name: Checkout CI config
run: | run: |
+1
View File
@@ -48,6 +48,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: recursive
- name: Checkout CI config - name: Checkout CI config
run: | run: |