fetch all history
This commit is contained in:
1
.github/workflows/deploy_compose.yml
vendored
1
.github/workflows/deploy_compose.yml
vendored
@@ -52,6 +52,7 @@ jobs:
|
|||||||
repository: ${{ inputs.compose_repository }}
|
repository: ${{ inputs.compose_repository }}
|
||||||
ref: ${{ inputs.compose_ref }}
|
ref: ${{ inputs.compose_ref }}
|
||||||
submodules: true # true OR recursive
|
submodules: true # true OR recursive
|
||||||
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
token: ${{ secrets.REPOS_ACCESS_TOKEN }}
|
token: ${{ secrets.REPOS_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Change Version if pr
|
- name: Change Version if pr
|
||||||
|
|||||||
Reference in New Issue
Block a user