We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8acf68 + 0c819c9 commit c758e63Copy full SHA for c758e63
action.yml
@@ -23,6 +23,9 @@ outputs:
23
cachekey:
24
description: A short hash of the rustc version, appropriate for use as a cache key. "20220627a831"
25
value: ${{steps.rustc-version.outputs.cachekey}}
26
+ name:
27
+ description: Rustup's name for the selected version of the toolchain. "1.62.0" # suitable for use with `cargo +${{steps.toolchain.outputs.name}}`
28
+ value: ${{steps.parse.outputs.toolchain}}
29
30
runs:
31
using: composite
0 commit comments