We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df7768 commit e7eb68eCopy full SHA for e7eb68e
.github/workflows/format_php.yml
@@ -16,11 +16,12 @@ jobs:
16
- name: Run php-cs-fixer
17
uses: docker://oskarstark/php-cs-fixer-ga
18
19
- - uses: stefanzweifel/git-auto-commit-action@v2.5.0
+ - uses: yelizariev/git-auto-commit-action@custom-author-and-token
20
with:
21
commit_message: Apply php-cs-fixer changes
22
+ commit_author_name: Marc Demo (Github Actions)
23
+ commit_author_email: i18n-bot@it-projects.info
24
commit_options: '--no-verify'
25
branch: master
26
repository: .
- env:
- GITHUB_TOKEN: dummy_token
27
+ github_token: ${{ secrets.MY_GITHUB_TOKEN }}
0 commit comments