use with.args
Prepare release for chill app / update-deps (push) Failing after 13s Details

This commit is contained in:
Julien Fastré 2023-10-24 18:50:30 +02:00
parent 921b5c39de
commit a912f29bd9
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 2 additions and 10 deletions

View File

@ -16,17 +16,9 @@ jobs:
- 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
uses: docker://gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
with:
run: |
ls -lah
echo {$PWD}
composer list
sleep 240
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 }}:/work --workdir /work
args: composer update
# - name: commit changed files
# uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
# with: