Skip to content

Commit 17cc80c

Browse files
authored
Fix Prettify (#2389)
1 parent 0ed32e0 commit 17cc80c

File tree

2 files changed

+50
-15
lines changed

2 files changed

+50
-15
lines changed

.github/workflows/format.yml

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

1818
- name: Setup Node.js
1919
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)