Add example of the 'version' output

This commit is contained in:
David Tolnay
2022-07-15 10:12:30 -07:00
parent e2d87b177d
commit 28efc6cfe3

View File

@@ -18,7 +18,7 @@ inputs:
outputs:
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}}
runs: