Skip to content

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

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 #76

Workflow file for this run

name: Format
on: pull_request
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install testing dependencies
run: yarn install
- name: Run prettier
run: yarn format
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
with:
commit_message: Apply prettier changes
branch: ${{ github.head_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}