diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index 2cdcffd..3d6d8b8 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -14,7 +14,10 @@ jobs: - name: run composer update to update composer.lock uses: https://github.com/addnab/docker-run-action@v3 with: - run: composer update + run: | + ls + whereami + composer update image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest # - name: commit changed files # uses: https://github.com/stefanzweifel/git-auto-commit-action@v5