From 3105d92be19efba92810ce98cdea303ee8bb937e Mon Sep 17 00:00:00 2001 From: Cheng XU Date: Mon, 9 Oct 2023 14:30:20 -0700 Subject: [PATCH] fix: improve printed commands --- action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.sh b/action.sh index 70d90c1..d44c761 100755 --- a/action.sh +++ b/action.sh @@ -10,7 +10,7 @@ random_token() { run() { token="$(random_token)" echo "::stop-commands::${token}" - echo -e "\033[1;34m$*\033[0m" + echo -e "\033[1;34m${*@Q}\033[0m" echo "::${token}::" "$@" }