checkout manually
Some checks failed
Build an image to deploy website / build (push) Failing after 2m16s
Some checks failed
Build an image to deploy website / build (push) Failing after 2m16s
This commit is contained in:
parent
b3245fd1cb
commit
410781307f
@ -14,11 +14,12 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
|
||||||
uses: https://github.com/actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Fetch lfs
|
- name: Fetch lfs
|
||||||
run: |
|
run: |
|
||||||
|
git init
|
||||||
|
git remote add origin gitea@example.com:org/repo.git
|
||||||
|
git fetch --depth 1 origin ${{ gitea.ref }}
|
||||||
|
git checkout FETCH_HEAD
|
||||||
git lfs pull
|
git lfs pull
|
||||||
|
|
||||||
- name: update packages
|
- name: update packages
|
||||||
|
Loading…
Reference in New Issue
Block a user