fix typo
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
git init
|
git init
|
||||||
git remote add origin ${{ github.server_url }}:${{ github.repository }}.git
|
git remote add origin ${{ github.server_url }}/${{ github.repository }}.git
|
||||||
git fetch --depth 1 origin ${{ github.ref }}
|
git fetch --depth 1 origin ${{ github.ref }}
|
||||||
git checkout FETCH_HEAD
|
git checkout FETCH_HEAD
|
||||||
git lfs pull
|
git lfs pull
|
||||||
|
|||||||
Reference in New Issue
Block a user