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

This commit is contained in:
2023-10-24 16:27:23 +02:00
parent 4abc2aa3ee
commit 6d7d3e0259

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