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
+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'