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
|
||||
run: |
|
||||
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 checkout FETCH_HEAD
|
||||
git lfs pull
|
||||
|
||||
Reference in New Issue
Block a user