From fd28e91457b7e81eaabf022281894d6d87630bdae59e4fc126b2a647e7c2082e Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Fri, 30 May 2025 19:28:48 +0200 Subject: [PATCH] V8.02.512.2025.05.30 Signed-off-by: Marc S. Weidner --- .gitea/workflows/render-dnssec-status.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/render-dnssec-status.yaml b/.gitea/workflows/render-dnssec-status.yaml index e40701a..7550252 100644 --- a/.gitea/workflows/render-dnssec-status.yaml +++ b/.gitea/workflows/render-dnssec-status.yaml @@ -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.