mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
docs: Add inputs to readme.
This commit is contained in:
parent
b07b2e2e9e
commit
7229efd154
2 changed files with 31 additions and 7 deletions
|
@ -13,16 +13,16 @@ inputs:
|
|||
description: 'Name of the target profile to cache.'
|
||||
default: 'debug'
|
||||
channel:
|
||||
description: 'Toolchain specification/channel to install.'
|
||||
description: 'Toolchain specification/channel to explicitly install.'
|
||||
components:
|
||||
description: 'Comma-separated list of additional components to install.'
|
||||
inherit-toolchain:
|
||||
description: 'Inherit all toolchain settings from the rust-toolchain.toml file.'
|
||||
default: false
|
||||
targets:
|
||||
description: 'Comma-separated list of additional targets to install.'
|
||||
profile:
|
||||
description: 'Profile to install. Defaults to "minimal".'
|
||||
inherit-toolchain:
|
||||
description: 'Inherit all toolchain settings from the rust-toolchain.toml file.'
|
||||
default: false
|
||||
outputs:
|
||||
cache-key:
|
||||
description: 'The generated cache key used.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue