step by step
All checks were successful
Prepare release for chill app / update-deps (push) Successful in 8s
All checks were successful
Prepare release for chill app / update-deps (push) Successful in 8s
This commit is contained in:
parent
7ef8e99c03
commit
977ab5927c
@ -8,16 +8,17 @@ 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:
|
||||||
commit_message: "update composer.lock and file (automatic update)"
|
# commit_message: "update composer.lock and file (automatic update)"
|
||||||
commit_user_name: Action Bot
|
# commit_user_name: Action Bot
|
||||||
commit_user_email: bot@chill.social
|
# commit_user_email: bot@chill.social
|
||||||
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user