bootstrap gitea actions for auto-commiting composer.lock
Prepare release for chill app / update-deps (push) Failing after 0s Details

This commit is contained in:
Julien Fastré 2023-10-24 16:27:23 +02:00
parent 4abc2aa3ee
commit 6d7d3e0259
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
steps:
- name: check out repository
uses: https://github.com/actions/checkout@v4
- name: run "composer update" to update composer.lock
- name: run composer update to update composer.lock
uses: docker://gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
run: composer update
- name: commit changed files