Skip to content

Commit fcb878d

Browse files
committed
Try checkout head ref
1 parent 51751c8 commit fcb878d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
with:
16-
ref: ${{ github.event.pull_request.head.ref }}
16+
ref: ${{ github.head_ref }}
1717

1818
- name: Prettify code
1919
uses: creyD/[email protected]

0 commit comments

Comments
 (0)