Use git clone in Gitea workflow
Some checks failed
build-windows-exe / build (push) Failing after 3s
Some checks failed
build-windows-exe / build (push) Failing after 3s
This commit is contained in:
@@ -9,7 +9,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
shell: bash
|
||||||
|
run: |
|
||||||
|
git clone --depth 1 "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git" .
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user