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 51751c8 commit fcb878dCopy full SHA for fcb878d
.github/workflows/prettier.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v4
15
with:
16
- ref: ${{ github.event.pull_request.head.ref }}
+ ref: ${{ github.head_ref }}
17
18
- name: Prettify code
19
uses: creyD/[email protected]
0 commit comments