Fix checking out correct branch
This commit is contained in:
parent
318a1e32f4
commit
487899f934
@ -15,6 +15,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: dev
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user