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 8
8
runs :
9
9
using : " composite"
10
10
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 }
12
12
shell : bash
13
13
env :
14
14
GITHUB_COMMENT_VERSION : ${{ inputs.version }}
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ hash_sha256_verify() {
326
326
BASENAME=${TARGET##*/ }
327
327
log_debug $BASENAME
328
328
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)
330
330
if [ -z " $want " ]; then
331
331
log_err " hash_sha256_verify unable to find checksum for '${TARGET} ' in '${checksums} '"
332
332
return 1
You can’t perform that action at this time.
0 commit comments