mirror of
https://github.com/actions-rust-lang/msrv.git
synced 2025-12-27 01:43:48 -05:00
ci: log found msrv to stderr
This commit is contained in:
1
.github/workflows/msrv.yml
vendored
1
.github/workflows/msrv.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
||||
| jq -r 'first(.packages[] | select(.source == null)) | .rust_version' \
|
||||
| sed -E 's/^1\.([0-9]{2})$/1\.\1\.0/' \
|
||||
| xargs -0 printf "msrv=%s" \
|
||||
| tee /dev/stderr \
|
||||
>> "$GITHUB_OUTPUT"
|
||||
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user