Skip to content

Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 #507

Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1

Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 #507

Workflow file for this run

name: Code Style
on: [pull_request_target]
jobs:
fix-code-style:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ secrets.PAT }}
- name: Run php-cs-fixer
uses: docker://oskarstark/php-cs-fixer-ga:3.26.0
- name: Run prettier
uses: actionsx/prettier@v3
with:
args: --write .
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_user_name: Markus Poerschke (Bot)
commit_user_email: markus+githubbot@poerschke.nrw
commit_message: Fix code style!