ci: checkout Gitea over canonical public URL
Some checks failed
Gitea Runner E2E Publish / publish (push) Failing after 10s
Some checks failed
Gitea Runner E2E Publish / publish (push) Failing after 10s
This commit is contained in:
parent
5f43c0f5b5
commit
96569e7d17
@ -13,6 +13,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
github-server-url: https://gitea.bytelyst.com
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: |
|
run: |
|
||||||
npm install -g pnpm@9.12.0
|
npm install -g pnpm@9.12.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user