From 963a71a6c396dda8b2a3f88d185de4389702ff26 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:58:36 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20head=5Fref=20to=20checkout?= =?UTF-8?q?=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-theme.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-theme.yml b/.github/workflows/build-theme.yml index d09b907c..905709a5 100644 --- a/.github/workflows/build-theme.yml +++ b/.github/workflows/build-theme.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: "${{ github.head_ref }}" - name: Install dependencies and Build Theme uses: actions/setup-node@v3 - run: npm install