Skip to content

Commit

Permalink
chore: fix debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Jan 1, 2024
1 parent 969601b commit dcc6e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcc6e09

Please sign in to comment.