Skip to content

Commit

Permalink
fix: improve printed commands
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Oct 9, 2023
1 parent cc1ba48 commit 3105d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}::"
"$@"
}
Expand Down

0 comments on commit 3105d92

Please sign in to comment.