mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 22:23:50 +08:00
switch to use inputs.
This commit is contained in:
parent
304b15fc39
commit
0da4ec27fc
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "::set-output name=base_ref_branch::${INPUT_BASE_REF/refs\/heads\//}"
|
echo "::set-output name=base_ref_branch::${0/refs\/heads\//}"
|
||||||
echo "::set-output name=head_ref_branch::${INPUT_HEAD_REF/refs\/heads\//}"
|
echo "::set-output name=head_ref_branch::${1/refs\/heads\//}"
|
||||||
echo "::set-output name=ref_branch::${INPUT_REF/refs\/heads\//}"
|
echo "::set-output name=ref_branch::${2/refs\/heads\//}"
|
||||||
|
Loading…
Reference in New Issue
Block a user