docs: Add inputs to readme.

This commit is contained in:
Miles Johnson 2023-05-08 10:21:58 -07:00
parent b07b2e2e9e
commit 7229efd154
2 changed files with 31 additions and 7 deletions

View file

@ -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.'