mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-12-27 14:27:59 +08:00
Update action.yml
This commit is contained in:
parent
660d082e57
commit
8cdcc97353
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user