From 8cdcc97353046e34b37c823738940013d8742d8e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 21 Nov 2024 06:15:21 -0700 Subject: [PATCH] Update action.yml --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 50b6215..c79e082 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,6 @@ runs: GITHUB_EVENT_NAME: ${{ github.event_name }} HEAD_REF_BRANCH: ${{ steps.branch.outputs.head_ref_branch }} REF_BRANCH: ${{ steps.branch.outputs.ref_branch }} - INPUTS_STRIP_BRANCH_PREFIX: ${{ inputs.strip_branch_prefix }} run: | # "Set the current branch name..." if [[ "$GITHUB_REF" != "refs/tags/"* ]]; then