Update action.yml

This commit is contained in:
Tonye Jack 2020-12-11 09:02:49 -05:00 committed by GitHub
parent 5df11eb7b0
commit 504fe51393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ 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\//}"
echo "::set-output name=ref_branch::${REF/refs\/heads\//}"
echo "::set-output name=ref_branch::${REF/refs\/pull\//}"
shell: bash
branding:
icon: git-branch