mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-13 04:56:32 +02:00
Fancy look for the inputs list
This commit is contained in:
parent
f9a165e753
commit
b6a5e9eb92
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -29,11 +29,12 @@ See [additional recipes here](https://github.com/actions-rs/meta).
|
|||
|
||||
## Inputs
|
||||
|
||||
* `command` (*required*) - Cargo command to run (ex. `check` or `build`)
|
||||
* `toolchain` - Rust toolchain to use (without the `+` sign, ex. `nightly`);\
|
||||
Override or system toolchain will be used if omitted.
|
||||
* `args` - Arguments for the cargo command
|
||||
* `use-cross` - Use [`cross`](https://github.com/rust-embedded/cross) instead of `cargo` (default: `false`)
|
||||
| Name | Required | Description | Type | Default |
|
||||
| ------------| -------- | -------------------------------------------------------------------------| ------ | --------|
|
||||
| `command` | ✓ | Cargo command to run, ex. `check` or `build` | string | |
|
||||
| `toolchain` | | Rust toolchain name to use | string | |
|
||||
| `args` | | Arguments for the cargo command | string | |
|
||||
| `use-cross` | | Use [`cross`](https://github.com/rust-embedded/cross) instead of `cargo` | bool | false |
|
||||
|
||||
## Virtual environments
|
||||
|
||||
|
|
Loading…
Reference in a new issue