mirror of https://github.com/Mai-with-u/MaiBot.git
Add explicit dev branch ref to checkout steps in dev workflow
Co-authored-by: infinitycat233 <103594839+infinitycat233@users.noreply.github.com>pull/1419/head
parent
0e977a73bd
commit
63f8a409b8
|
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- name: Check out git repository
|
- name: Check out git repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
ref: dev
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
# Clone required dependencies
|
# Clone required dependencies
|
||||||
|
|
@ -72,6 +73,7 @@ jobs:
|
||||||
- name: Check out git repository
|
- name: Check out git repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
ref: dev
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
# Clone required dependencies
|
# Clone required dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue