Skip to content

Commit

Permalink
fix substitution?
Browse files Browse the repository at this point in the history
  • Loading branch information
GammaGames committed Nov 25, 2024
1 parent 4172428 commit 765833f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 765833f

Please sign in to comment.