diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index dd5ca5a..dd1c7db 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -13,6 +13,8 @@ jobs: uses: https://github.com/actions/checkout@v4 - name: read local files run: ls -lah + - name: echo workspace env + run: echo ${{ gitea.workspace }} - name: run composer update to update composer.lock uses: https://github.com/addnab/docker-run-action@v3 with: