added support to submodule on checkout action
This commit is contained in:
@@ -33,6 +33,9 @@ jobs:
|
||||
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
- name: Checkout CI config
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user