switch to https
All checks were successful
Build an image to deploy website / build (push) Successful in 1m33s

This commit is contained in:
Julien Fastré 2024-11-18 10:35:50 +01:00
parent fcb16e9ea0
commit f4648e5f56
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -18,7 +18,7 @@ jobs:
# see https://gitea.com/gitea/act_runner/issues/164#issuecomment-921571
run: |
git init
git remote add origin git@gitea.champs-libres.be:champs-libres/prez-concepts-chill.git
git remote add origin https://gitea.champs-libres.be/champs-libres/prez-concepts-chill.git
git fetch --depth 1 origin ${{ gitea.ref }}
git checkout FETCH_HEAD
git lfs pull