Update develop_ci.yml
This commit is contained in:
parent
567bcc0242
commit
7aff415f47
1 changed files with 1 additions and 1 deletions
2
.github/workflows/develop_ci.yml
vendored
2
.github/workflows/develop_ci.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue