mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-14 13:36:34 +02:00
Add example of the 'version' output
This commit is contained in:
parent
e2d87b177d
commit
28efc6cfe3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ inputs:
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
version:
|
version:
|
||||||
description: Version as reported by `rustc --version`
|
description: Version as reported by `rustc --version`, e.g. "rustc 1.62.0 (a8314ef7d 2022-06-27)"
|
||||||
value: ${{steps.rustc-version.outputs.version}}
|
value: ${{steps.rustc-version.outputs.version}}
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
|
|
Loading…
Reference in a new issue