diff --git a/action.yml b/action.yml index c7ea824..db05100 100644 --- a/action.yml +++ b/action.yml @@ -40,8 +40,9 @@ runs: export REF=${{ inputs.ref }} echo "::set-output name=base_ref_branch::${BASE_REF/refs\/heads\//}" echo "::set-output name=head_ref_branch::${HEAD_REF/refs\/heads\//}" + // For pull requests REF_BRANCH=${REF/refs\/pull\//} - echo "::set-output name=ref_branch::${$REF_BRANCH/refs\/heads\//}" + echo "::set-output name=ref_branch::${REF_BRANCH/refs\/heads\//}" shell: bash branding: icon: git-branch