We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd2f91 commit bf4e4b1Copy full SHA for bf4e4b1
.github/workflows/node.js.yaml
@@ -71,7 +71,7 @@ jobs:
71
steps:
72
- uses: actions/checkout@v6
73
with:
74
- ref: ${{ github.ref }}
+ ref: ${{ github.head_ref || github.ref }}
75
- uses: pnpm/action-setup@v4
76
77
version: latest
0 commit comments