Skip to content

Commit

Permalink
Use different commit method (ethereum-lists#4538)
Browse files Browse the repository at this point in the history
* Fix indent

* Use different commit method
  • Loading branch information
ligi authored Mar 13, 2024
1 parent a393bd3 commit 9937eef
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/prettier_write.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
- name: Run prettier
run: |-
npx prettier --write '_data/*/*.json'
- uses: stefanzweifel/git-auto-commit-action@v5
name: commit
with:
commit_message: Formatting files
status_options: '--untracked-files=no'
skip_dirty_check: true
skip_fetch: true
skip_checkout: true
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
message: 'Fix formatting'

0 comments on commit 9937eef

Please sign in to comment.