workdir
Prepare release for chill app / update-deps (push) Failing after 15s Details

This commit is contained in:
Julien Fastré 2023-10-24 16:57:39 +02:00
parent 927dd6e7db
commit 84dc922364
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
echo {$PWD}
composer update
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
# add an option to mount the workspace inside the path /var/www/app, where the workdir is
options: -v ${{ github.workspace }}:/var/www/app
# - name: commit changed files
# uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
# with: