👷 Add head_ref to checkout step

pull/371/head
James Panther 2022-11-14 14:58:36 +11:00
parent 53067b4f1a
commit 963a71a6c3
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 2 additions and 0 deletions

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