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:
copilot-swe-agent[bot]
2025-12-08 04:03:17 +00:00
parent 0e977a73bd
commit 63f8a409b8

View File

@@ -19,6 +19,7 @@ jobs:
- name: Check out git repository
uses: actions/checkout@v4
with:
ref: dev
fetch-depth: 0
# Clone required dependencies
@@ -72,6 +73,7 @@ jobs:
- name: Check out git repository
uses: actions/checkout@v4
with:
ref: dev
fetch-depth: 0
# Clone required dependencies