File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 88runs :
99 using : " composite"
1010 steps :
11- - run : curl -sfL https://raw.githubusercontent.com/shmokmt/actions-setup-tfcmt/main/install.sh | sudo sh -s -- -b /usr/local/bin -d
12- shell : bash
13- env :
14- TFCMT_VERSION : ${{ inputs.version }}
15- - run : echo ${TFCMT_VERSION}
11+ - run : curl -sfL https://raw.githubusercontent.com/shmokmt/actions-setup-tfcmt/main/install.sh | sudo sh -s -- -b /usr/local/bin -d ${TFCMT_VERSION}
1612 shell : bash
1713 env :
1814 TFCMT_VERSION : ${{ inputs.version }}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ parse_args() {
3333 esac
3434 done
3535 shift $(( OPTIND - 1 ))
36- TAG=" ${TFCMT_VERSION :- latest} "
36+ TAG=$1
3737}
3838# this function wraps all the destructive operations
3939# if a curl|bash cuts off the end of the script due to
You can’t perform that action at this time.
0 commit comments