Skip to content

Commit

Permalink
Add example of the 'version' output
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 15, 2022
1 parent e2d87b1 commit 28efc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 28efc6c

Please sign in to comment.