fix: force checkout via public gitea url for runner compatibility

This commit is contained in:
袁震
2026-04-06 11:58:18 +08:00
parent 8f3f7469bc
commit 986de4cbdf
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
github-server-url: https://git.halonice.com
- name: Setup Python
uses: actions/setup-python@v5
+2
View File
@@ -40,6 +40,8 @@ jobs:
- name: Checkout generator repo
if: steps.preflight.outputs.skip != 'true'
uses: actions/checkout@v4
with:
github-server-url: https://git.halonice.com
- name: Setup Python
if: steps.preflight.outputs.skip != 'true'