This commit is contained in:
Manish Gupta 2023-11-07 15:14:49 +05:30
parent ada796dc9b
commit aac7b256fb

View File

@ -39,7 +39,7 @@ jobs:
- name: Set Target Branch Name on other than PR close
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
id: gh_branch_upper_lower