Skip to content

Commit dedac34

Browse files
Update entrypoint.sh
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 492f5e2 commit dedac34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if [[ -z "$INPUT_BIN_PATH" ]]; then
2626
chmod +x $TEMP_DIR/json2file
2727
else
2828
curl -sL https://github.com/tj-actions/json2file/releases/download/"$LATEST_VERSION"/json2file_"$LATEST_VERSION"_"$TARGET"."$ARCHIVE" -o "$TEMP_DIR"/json2file.tar.gz
29-
tar -xzf $TEMP_DIR/json2file.tar.gz -C $TEMP_DIR
30-
chmod +x $TEMP_DIR/json2file
29+
tar -xzf "$TEMP_DIR"/json2file.tar.gz -C "$TEMP_DIR"
30+
chmod +x "$TEMP_DIR"/json2file
3131
fi
3232

3333
INPUT_BIN_PATH=$TEMP_DIR/json2file

0 commit comments

Comments
 (0)