From dcc6e09df20675c6351c5b34f94dac66ae29a9ea Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:27:42 +0100 Subject: [PATCH] chore: fix debug statement --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d016e61..fc72aeb 100644 --- a/action.yml +++ b/action.yml @@ -79,7 +79,7 @@ runs: if [[ "${{ inputs.clippy }}" == true ]] then CLIPPY_COMMAND="cargo clippy ${{ inputs.clippy_flags }} $CLIPPY_ALLOW_DIRTY --fix" - echo "running `$CLIPPY_COMMAND`" + echo "running '$CLIPPY_COMMAND'" $CLIPPY_COMMAND fi