fix repository address
Some checks failed
Build an image to deploy website / build (push) Failing after 6s
Some checks failed
Build an image to deploy website / build (push) Failing after 6s
This commit is contained in:
parent
410781307f
commit
fcb16e9ea0
@ -14,10 +14,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch lfs
|
- name: Git checkout with LFS
|
||||||
|
# see https://gitea.com/gitea/act_runner/issues/164#issuecomment-921571
|
||||||
run: |
|
run: |
|
||||||
git init
|
git init
|
||||||
git remote add origin gitea@example.com:org/repo.git
|
git remote add origin git@gitea.champs-libres.be:champs-libres/prez-concepts-chill.git
|
||||||
git fetch --depth 1 origin ${{ gitea.ref }}
|
git fetch --depth 1 origin ${{ gitea.ref }}
|
||||||
git checkout FETCH_HEAD
|
git checkout FETCH_HEAD
|
||||||
git lfs pull
|
git lfs pull
|
||||||
|
Loading…
Reference in New Issue
Block a user