From 36da6cb1f7c355c783cff156bf03b32192b96c16 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 4 Jul 2026 23:00:55 +0000 Subject: [PATCH] fix: use http://git.sysloggh.net for checkout (no TLS inside network) --- .gitea/workflows/pr-pipeline.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pr-pipeline.yaml b/.gitea/workflows/pr-pipeline.yaml index 8dbfc2e..c7d7425 100644 --- a/.gitea/workflows/pr-pipeline.yaml +++ b/.gitea/workflows/pr-pipeline.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository run: | - git clone --depth=50 "https://${{ gitea.server_url }}/${{ gitea.repository }}.git" . + git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" . git fetch origin "${{ gitea.ref }}" --depth=50 git checkout "${{ gitea.sha }}" @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository run: | - git clone --depth=50 "https://${{ gitea.server_url }}/${{ gitea.repository }}.git" . + git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" . git fetch origin "${{ gitea.ref }}" --depth=50 git checkout "${{ gitea.sha }}" @@ -64,7 +64,7 @@ jobs: steps: - name: Checkout repository run: | - git clone --depth=50 "https://${{ gitea.server_url }}/${{ gitea.repository }}.git" . + git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" . git fetch origin "${{ gitea.ref }}" --depth=50 git checkout "${{ gitea.sha }}" @@ -77,7 +77,7 @@ jobs: steps: - name: Checkout repository run: | - git clone --depth=50 "https://${{ gitea.server_url }}/${{ gitea.repository }}.git" . + git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" . git fetch origin "${{ gitea.ref }}" --depth=50 git checkout "${{ gitea.sha }}"