Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bthaile authored Mar 8, 2024
2 parents 71f3c2e + a393bd3 commit 21fdad8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/prettier_write.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
npx prettier --write '_data/*/*.json'
- uses: stefanzweifel/git-auto-commit-action@v5
name: commit
commit_message: Formatting files
status_options: '--untracked-files=no'
skip_dirty_check: true
skip_fetch: true
skip_checkout: true
with:
commit_message: Formatting files
status_options: '--untracked-files=no'
skip_dirty_check: true
skip_fetch: true
skip_checkout: true

0 comments on commit 21fdad8

Please sign in to comment.