ci: typo depth
Some checks failed
Continuous Integration / lint_n_build (push) Successful in 1m16s
Continuous Delivery / build_n_upload (push) Failing after 19s

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

View File

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

View File

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