Skip to content

Commit

Permalink
Merge pull request #51 from fschoenfeldt/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
creyD authored May 11, 2021
2 parents cb975d8 + 672408b commit 7040c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/prettier_action@v3.1
uses: creyD/prettier_action@v3.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
fetch-depth: 0

- name: Prettify code
uses: creyD/prettier_action@v3.1
uses: creyD/prettier_action@v3.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}
Expand Down

0 comments on commit 7040c46

Please sign in to comment.