Update develop_ci.yml

This commit is contained in:
qiaofeng1227 2023-07-05 12:01:40 +08:00 committed by GitHub
parent 567bcc0242
commit 7aff415f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
- name: Get source branch name
id: source_branch
run: echo "::set-output name=branch::${{ github.event.pull_request.head.ref }}"
run: echo "::set-output name=branch::${{ github.event.forkee.default_branch }}"
- name: Fetch source branch
run: git fetch origin ${{ steps.source_branch.outputs.branch }}:${{ steps.source_branch.outputs.branch }}