forked from github/plane
wip
This commit is contained in:
parent
ada796dc9b
commit
aac7b256fb
2
.github/workflows/build-branch.yml
vendored
2
.github/workflows/build-branch.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Set Target Branch Name on other than PR close
|
- name: Set Target Branch Name on other than PR close
|
||||||
if: ${{ github.event.action !='closed' }}
|
if: ${{ github.event.action !='closed' }}
|
||||||
run: echo "TARGET_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
|
run: echo "TARGET_BRANCH=${{ github.event.pull_request.head.ref }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- uses: ASzc/change-string-case-action@v2
|
- uses: ASzc/change-string-case-action@v2
|
||||||
id: gh_branch_upper_lower
|
id: gh_branch_upper_lower
|
||||||
|
Loading…
Reference in New Issue
Block a user