full path for uses
Prepare release for chill app / update-deps (push) Failing after 6s Details

This commit is contained in:
Julien Fastré 2023-10-24 16:43:56 +02:00
parent 0e8396c554
commit 7ef8e99c03
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: run composer update to update composer.lock
run: composer update
- name: commit changed files
uses: stefanzweifel/git-auto-commit-action@v5
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "update composer.lock and file (automatic update)"
commit_user_name: Action Bot