diff --git a/action.yml b/action.yml index 9aeecf1..fb85268 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ runs: for path in "${paths[@]}"; do echo "Running cargo-msrv for $path" rm -f logs - cargo msrv --path $path --output-format json --no-log > logs + cargo msrv find --path $path --output-format json --no-log > logs version=$(cat logs | grep "msrv-complete" | jq -r '.msrv') if [[ "$version" == "null" ]]; then echo "Could not find MSRV for $path"