fix(ci): get version number in ci checkout
All checks were successful
/ build_debian (push) Successful in 29s
All checks were successful
/ build_debian (push) Successful in 29s
This commit is contained in:
parent
4cc8dbcf89
commit
29d2890c26
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ jobs:
|
||||||
image: git.kabelsalat.ch/s3lph/package-pipeline-builder:latest
|
image: git.kabelsalat.ch/s3lph/package-pipeline-builder:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Prepare package
|
- name: Prepare package
|
||||||
run: |
|
run: |
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
|
|
Loading…
Reference in a new issue