File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88runs :
99 using : " composite"
1010 steps :
11- - run : sudo bash ${{ github.action_path }}/install.sh -b /usr/local/bin -d ${TFCMT_VERSION }
11+ - run : sudo bash ${{ github.action_path }}/install.sh -b /usr/local/bin -d ${GITHUB_COMMENT_VERSION }
1212 shell : bash
1313 env :
1414 GITHUB_COMMENT_VERSION : ${{ inputs.version }}
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ hash_sha256_verify() {
326326 BASENAME=${TARGET##*/ }
327327 log_debug $BASENAME
328328 log_debug $TARGET
329- want=$( grep " ${BASENAME} " " ${checksums} " 2> /dev/null | tr ' \t' ' ' | cut -d ' ' -f 1)
329+ want=$( grep " ${BASENAME} $ " " ${checksums} " 2> /dev/null | tr ' \t' ' ' | cut -d ' ' -f 1)
330330 if [ -z " $want " ]; then
331331 log_err " hash_sha256_verify unable to find checksum for '${TARGET} ' in '${checksums} '"
332332 return 1
You can’t perform that action at this time.
0 commit comments