Update format.yml
This commit is contained in:
parent
b557733859
commit
fdbfce0aac
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Format
|
||||
name: Prettier
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
@ -17,5 +17,5 @@ jobs:
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4.1.2
|
||||
with:
|
||||
commit_message: Apply formatting changes
|
||||
commit_message: Apply prettier changes
|
||||
branch: ${{ github.head_ref }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user