Update action.yml

This commit is contained in:
Tonye Jack 2024-11-21 06:15:21 -07:00 committed by GitHub
parent 660d082e57
commit 8cdcc97353
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,6 @@ runs:
GITHUB_EVENT_NAME: ${{ github.event_name }} GITHUB_EVENT_NAME: ${{ github.event_name }}
HEAD_REF_BRANCH: ${{ steps.branch.outputs.head_ref_branch }} HEAD_REF_BRANCH: ${{ steps.branch.outputs.head_ref_branch }}
REF_BRANCH: ${{ steps.branch.outputs.ref_branch }} REF_BRANCH: ${{ steps.branch.outputs.ref_branch }}
INPUTS_STRIP_BRANCH_PREFIX: ${{ inputs.strip_branch_prefix }}
run: | run: |
# "Set the current branch name..." # "Set the current branch name..."
if [[ "$GITHUB_REF" != "refs/tags/"* ]]; then if [[ "$GITHUB_REF" != "refs/tags/"* ]]; then