Use public clone URL in Gitea workflow
Some checks failed
build-windows-exe / build (push) Failing after 30s
Some checks failed
build-windows-exe / build (push) Failing after 30s
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
- name: Install Go
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user