From 8271e557ab41a32ddac291cbec72ede2625d2f827e377db1608cc7356a58a860 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Fri, 30 May 2025 19:30:45 +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 7550252..bb9bfab 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}" https://git.coresecret.dev/msw/CISS.debian.live.builder.git . + git clone --branch "${GITHUB_REF_NAME}" ssh://git@git.coresecret.dev:42842/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.