ci: typo depth
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user