From fcb16e9ea035e8a962770a5a76f2486b4de8e548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 18 Nov 2024 10:34:58 +0100 Subject: [PATCH] fix repository address --- .gitea/workflows/build-image.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 33a87aa..8e457f0 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -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