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
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

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: