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

This commit is contained in:
Julien Fastré 2023-10-24 17:00:10 +02:00
parent 43c1fcfd36
commit 4cc6fbc7ec
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
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: --volume ${{ gitea.workspace }}:/var/www/app --working-dir /var/www/app
options: --volume ${{ gitea.workspace }}:/work --workdir /work
# - name: commit changed files
# uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
# with: