checkout submodules on deploy compose
This commit is contained in:
1
.github/workflows/deploy_compose.yml
vendored
1
.github/workflows/deploy_compose.yml
vendored
@@ -51,6 +51,7 @@ jobs:
|
||||
with:
|
||||
repository: ${{ inputs.compose_repository }}
|
||||
ref: ${{ inputs.compose_ref }}
|
||||
submodules: true # true OR recursive
|
||||
token: ${{ secrets.REPOS_ACCESS_TOKEN }}
|
||||
|
||||
- name: Change Version if pr
|
||||
|
||||
Reference in New Issue
Block a user