Add explicit dev branch ref to checkout steps in dev workflow
Co-authored-by: infinitycat233 <103594839+infinitycat233@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/docker-image-dev.yml
vendored
2
.github/workflows/docker-image-dev.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user