From 01959d06d4e70299fe7cb3be1f55d34fab66ce7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 24 Oct 2023 19:06:28 +0200 Subject: [PATCH] no-install --- .gitea/workflows/release_preparation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index a2d078f..27a0d2f 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -15,7 +15,7 @@ jobs: uses: docker://gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest with: # this is where we set the command to execute - args: composer update + args: composer update --no-install - name: commit changed files uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 with: