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.
1 parent c8acf68 commit 5e9debfCopy full SHA for 5e9debf
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 this version of the toolchain, suitable for use with `${{'cargo +${{steps.toolchain.outputs.name}}'}}`.
28
+ value: ${{steps.parse.outputs.toolchain}}
29
30
runs:
31
using: composite
0 commit comments