1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 07:04:04 +00:00

Use github-actions[bot] for phpcsfixer in CI (fix #29)

This commit is contained in:
Samuel Štancl 2025-06-07 01:13:33 +02:00
parent df3681965c
commit fe17705ca9

View file

@ -60,6 +60,6 @@ jobs:
- name: Commit changes from php-cs-fixer
uses: EndBug/add-and-commit@v5
with:
author_name: "PHP CS Fixer"
author_email: "phpcsfixer@example.com"
author_name: "github-actions[bot]"
author_email: "github-actions[bot]@users.noreply.github.com"
message: Fix code style (php-cs-fixer)