Add explicit dev branch ref to checkout steps in dev workflow

Co-authored-by: infinitycat233 <103594839+infinitycat233@users.noreply.github.com>
pull/1419/head
copilot-swe-agent[bot] 2025-12-08 04:03:17 +00:00
parent 0e977a73bd
commit 63f8a409b8
1 changed files with 2 additions and 0 deletions

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