From 765833ffce00afac0f2d125d9d25ce3b6353bc99 Mon Sep 17 00:00:00 2001 From: GammaGames Date: Mon, 25 Nov 2024 10:19:44 -0700 Subject: [PATCH] fix substitution? --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d78e6aa..aa72e59 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -68,7 +68,7 @@ chmod +x ${TARGET} echo "======= CLI Version =======" sh -c "${TARGET} --version" # print version echo "===========================" -if [ ${{ inputs.capture_stdout }} == 'true' ] || [ "${{ inputs.capture_stderr }}" == 'true' ]; then +if [ "${{ inputs.capture_stdout }}" == 'true' ] || [ "${{ inputs.capture_stderr }}" == 'true' ]; then _stdout=/dev/stdout _stderr=/dev/stderr if [ "${{ inputs.capture_stdout }}" == 'true' ]; then