mirror of https://github.com/jpanther/congo.git
👷 Add head_ref to checkout step
parent
53067b4f1a
commit
963a71a6c3
|
@ -9,6 +9,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: "${{ github.head_ref }}"
|
||||||
- name: Install dependencies and Build Theme
|
- name: Install dependencies and Build Theme
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
|
Loading…
Reference in New Issue