mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-14 05:26:33 +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
|
## Inputs
|
||||||
|
|
||||||
* `command` (*required*) - Cargo command to run (ex. `check` or `build`)
|
| Name | Required | Description | Type | Default |
|
||||||
* `toolchain` - Rust toolchain to use (without the `+` sign, ex. `nightly`);\
|
| ------------| -------- | -------------------------------------------------------------------------| ------ | --------|
|
||||||
Override or system toolchain will be used if omitted.
|
| `command` | ✓ | Cargo command to run, ex. `check` or `build` | string | |
|
||||||
* `args` - Arguments for the cargo command
|
| `toolchain` | | Rust toolchain name to use | string | |
|
||||||
* `use-cross` - Use [`cross`](https://github.com/rust-embedded/cross) instead of `cargo` (default: `false`)
|
| `args` | | Arguments for the cargo command | string | |
|
||||||
|
| `use-cross` | | Use [`cross`](https://github.com/rust-embedded/cross) instead of `cargo` | bool | false |
|
||||||
|
|
||||||
## Virtual environments
|
## Virtual environments
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue