Skip to content

Commit c34c06d

Browse files
authored
Update prettier.yml
1 parent 3ec53ff commit c34c06d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prettier.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
with:
12-
ref: ${{ github.head_ref }}
12+
ref: ${{ github.event.pull_request.head.ref }}
13+
repository: ${{ github.event.pull_request.head.repo.full_name }}
1314
fetch-depth: 0
15+
1416
- name: Prettify code
1517
uses: creyD/[email protected]
1618
with:

0 commit comments

Comments
 (0)