fix: force checkout via public gitea url for runner compatibility
This commit is contained in:
@@ -25,6 +25,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
github-server-url: https://git.halonice.com
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|||||||
@@ -40,6 +40,8 @@ jobs:
|
|||||||
- name: Checkout generator repo
|
- name: Checkout generator repo
|
||||||
if: steps.preflight.outputs.skip != 'true'
|
if: steps.preflight.outputs.skip != 'true'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
github-server-url: https://git.halonice.com
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
if: steps.preflight.outputs.skip != 'true'
|
if: steps.preflight.outputs.skip != 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user