try lfs
This commit is contained in:
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@@ -10,9 +10,12 @@ jobs:
|
|||||||
IMAGE_TAG: ${{ github.sha }}
|
IMAGE_TAG: ${{ github.sha }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
run: |
|
||||||
with:
|
git init
|
||||||
lfs: true
|
git remote add origin gitea@${{ github.repositoryUrl }}
|
||||||
|
git fetch --depth 1 origin ${{ github.ref }}
|
||||||
|
git checkout FETCH_HEAD
|
||||||
|
git lfs pull
|
||||||
- name: Use ssh key
|
- name: Use ssh key
|
||||||
uses: webfactory/ssh-agent@v0.9.0
|
uses: webfactory/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user