mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Fix CI workflow parse error
Error: /home/runner/work/rust-toolchain/rust-toolchain/./action.yml (Line: 27, Col: 18): A template expression is not allowed in this context Error: /home/runner/work/rust-toolchain/rust-toolchain/./action.yml (Line: 27, Col: 18): A template expression is not allowed in this context Error: GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/rust-toolchain/rust-toolchain/./action.yml (Line: 27, Col: 18): A template expression is not allowed in this context at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check() at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs) at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile) Error: Fail to load /home/runner/work/rust-toolchain/rust-toolchain/./action.yml
This commit is contained in:
parent
5e9debf6f0
commit
0c819c9641
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ outputs:
|
|||
description: A short hash of the rustc version, appropriate for use as a cache key. "20220627a831"
|
||||
value: ${{steps.rustc-version.outputs.cachekey}}
|
||||
name:
|
||||
description: Rustup's name for this version of the toolchain, suitable for use with `${{'cargo +${{steps.toolchain.outputs.name}}'}}`.
|
||||
description: Rustup's name for the selected version of the toolchain. "1.62.0" # suitable for use with `cargo +${{steps.toolchain.outputs.name}}`
|
||||
value: ${{steps.parse.outputs.toolchain}}
|
||||
|
||||
runs:
|
||||
|
|
Loading…
Reference in a new issue