V8.02.512.2025.05.30
Some checks failed
Retrieve the DNSSEC status at the time of updating the repository. / build-dnssec-diagram (push) Failing after 26s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-05-30 19:28:48 +02:00
parent 68695d219a
commit fd28e91457

View File

@@ -52,7 +52,7 @@ jobs:
### https://github.com/actions/checkout/issues/1843
- name: Use manual clone via SSH to circumvent Gitea SHA-256 object issues.
run: |
git clone --branch "${GITHUB_REF_NAME}" ssh://git@git.coresecret.dev:42842/msw/plan.git .
git clone --branch "${GITHUB_REF_NAME}" https://git.coresecret.dev/msw/CISS.debian.live.builder.git .
git fetch --unshallow || echo "Nothing to fetch - already full clone."
env:
### GITHUB_REF_NAME contains the branch name from the push event.