@@ -10,7 +10,9 @@ jobs:
|
||||
test:
|
||||
runs-on: x86_64
|
||||
steps:
|
||||
- uses: https://gitea.com/actions/checkout@v4
|
||||
- name: Checkout
|
||||
run: |
|
||||
git clone --depth=1 --branch="${GITHUB_REF_NAME}" "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
|
||||
|
||||
- name: Install Go
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user