ci: checkout Gitea over canonical public URL
Some checks failed
Gitea Runner E2E Publish / publish (push) Failing after 10s

This commit is contained in:
root 2026-05-25 04:13:02 +00:00
parent 5f43c0f5b5
commit 96569e7d17

View File

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
github-server-url: https://gitea.bytelyst.com
- name: Install pnpm
run: |
npm install -g pnpm@9.12.0