added support to submodule on checkout action
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
@@ -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: |
|
||||||
|
|||||||
@@ -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: |
|
||||||
|
|||||||
@@ -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: |
|
||||||
|
|||||||
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user