We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed32e0 commit 17cc80cCopy full SHA for 17cc80c
.github/workflows/format.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v5
15
with:
16
- ref: ${{ github.event.pull_request.head.sha }}
+ ref: ${{ github.event.pull_request.head.ref }}
17
18
- name: Setup Node.js
19
uses: actions/setup-node@v6
0 commit comments