fix: use http://git.sysloggh.net for checkout (no TLS inside network)

This commit is contained in:
root
2026-07-04 23:00:55 +00:00
parent 3dd2698ef8
commit 36da6cb1f7
+4 -4
View File
@@ -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 }}"