diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index 517e98c..dd5ca5a 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -17,7 +17,7 @@ jobs: uses: https://github.com/addnab/docker-run-action@v3 with: run: | - ls + ls -lah echo {$PWD} composer update image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest