fix repository address
Some checks failed
Build an image to deploy website / build (push) Failing after 6s

This commit is contained in:
Julien Fastré 2024-11-18 10:34:58 +01:00
parent 410781307f
commit fcb16e9ea0
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -14,10 +14,11 @@ jobs:
build:
runs-on: cth-ubuntu-latest
steps:
- name: Fetch lfs
- name: Git checkout with LFS
# see https://gitea.com/gitea/act_runner/issues/164#issuecomment-921571
run: |
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 checkout FETCH_HEAD
git lfs pull