We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c957b88 commit a2b93f8Copy full SHA for a2b93f8
1 file changed
.github/workflows/prettier.yml
@@ -7,15 +7,15 @@ on:
7
jobs:
8
prettier:
9
runs-on: ubuntu-latest
10
-
+ if: github.repository == 'doocs/advanced-java'
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v2
14
with:
15
ref: ${{ github.head_ref }}
16
17
- name: Prettify code
18
- uses: creyD/prettier_action@v3.0
+ uses: creyD/prettier_action@v3.2
19
20
prettier_options: --write **/*.{html,js,md}
21
commit_message: 'style: prettify code'
0 commit comments