Skip to content

Commit bf4e4b1

Browse files
authored
👷 Fix "fix" job (#95)
1 parent 7fd2f91 commit bf4e4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v6
7373
with:
74-
ref: ${{ github.ref }}
74+
ref: ${{ github.head_ref || github.ref }}
7575
- uses: pnpm/action-setup@v4
7676
with:
7777
version: latest

0 commit comments

Comments
 (0)