checkout submodules on deploy compose

This commit is contained in:
smf
2024-04-01 12:22:44 +08:00
parent 04ec40ec4f
commit e557209025

View File

@@ -51,6 +51,7 @@ jobs:
with: with:
repository: ${{ inputs.compose_repository }} repository: ${{ inputs.compose_repository }}
ref: ${{ inputs.compose_ref }} ref: ${{ inputs.compose_ref }}
submodules: true # true OR recursive
token: ${{ secrets.REPOS_ACCESS_TOKEN }} token: ${{ secrets.REPOS_ACCESS_TOKEN }}
- name: Change Version if pr - name: Change Version if pr