ci: typo depth

This commit is contained in:
2026-03-08 02:49:03 +01:00
parent 781a21a209
commit b3d81e6cb2
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
fetch-deps: 0 fetch-depth: 0
fetch-tags: true fetch-tags: true
- run: make tarball - run: make tarball
- run: rpmbuild -ba "$(make name).spec" - run: rpmbuild -ba "$(make name).spec"

View File

@@ -11,7 +11,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with:
fetch-deps: 0 fetch-depth: 0
fetch-tags: true fetch-tags: true
- run: shellcheck files/sbin/certbot_renew - run: shellcheck files/sbin/certbot_renew
- run: make tarball - run: make tarball