👷 Add head_ref to checkout step

This commit is contained in:
James Panther
2022-11-14 14:58:36 +11:00
parent 53067b4f1a
commit 963a71a6c3
+2
View File
@@ -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