fix(ci): ensure correct branch checkout in build workflow
This commit is contained in:
@@ -22,6 +22,9 @@ jobs:
|
||||
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
ref: ${{ inputs.target_branch }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6
|
||||
|
||||
Reference in New Issue
Block a user