Use public clone URL in Gitea workflow
Some checks failed
build-windows-exe / build (push) Failing after 30s

This commit is contained in:
every_holiday
2026-06-24 00:54:24 +09:00
parent 15a24f32ba
commit 1975bf6e08

View File

@@ -11,7 +11,7 @@ jobs:
- name: Checkout
shell: bash
run: |
git clone --depth 1 "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git" .
git clone --depth 1 https://git.vrcworldtour.com/every_holiday/VRCWT-OSC.git .
- name: Install Go
shell: bash