From 3946ac1a634f40a5c61f21bb74d9ac26f26255f8 Mon Sep 17 00:00:00 2001 From: Nathan Gendron Date: Sat, 3 Jan 2026 18:10:59 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20"fix"=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.js.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yaml b/.github/workflows/node.js.yaml index 84f6a41..e3546a5 100644 --- a/.github/workflows/node.js.yaml +++ b/.github/workflows/node.js.yaml @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v6 with: - ref: ${{ github.ref }} + ref: ${{ github.head_ref || github.ref }} - uses: pnpm/action-setup@v4 with: version: latest