step by step 2
Some checks failed
Prepare release for chill app / update-deps (push) Failing after 7s

This commit is contained in:
Julien Fastré 2023-10-24 16:46:54 +02:00
parent 977ab5927c
commit 8c0ba841ee
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -8,13 +8,13 @@ on:
jobs: jobs:
update-deps: update-deps:
#container: container:
# image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
steps: steps:
- name: check out repository - name: check out repository
uses: https://github.com/actions/checkout@v4 uses: https://github.com/actions/checkout@v4
# - name: run composer update to update composer.lock - name: run composer update to update composer.lock
# run: composer update run: composer update
# - name: commit changed files # - name: commit changed files
# uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 # uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
# with: # with: