Skip to content

Commit e7eb68e

Browse files
author
Ivan Yelizariev
authored
Update format_php.yml
1 parent 2df7768 commit e7eb68e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/format_php.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
- name: Run php-cs-fixer
1717
uses: docker://oskarstark/php-cs-fixer-ga
1818

19-
- uses: stefanzweifel/git-auto-commit-action@v2.5.0
19+
- uses: yelizariev/git-auto-commit-action@custom-author-and-token
2020
with:
2121
commit_message: Apply php-cs-fixer changes
22+
commit_author_name: Marc Demo (Github Actions)
23+
commit_author_email: i18n-bot@it-projects.info
2224
commit_options: '--no-verify'
2325
branch: master
2426
repository: .
25-
env:
26-
GITHUB_TOKEN: dummy_token
27+
github_token: ${{ secrets.MY_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)