mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-14 05:26:33 +02:00
Update README.md
Pretty aligning requirement marker in the inputs table
This commit is contained in:
parent
b6a5e9eb92
commit
46893a442f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ See [additional recipes here](https://github.com/actions-rs/meta).
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
| Name | Required | Description | Type | Default |
|
| Name | Required | Description | Type | Default |
|
||||||
| ------------| -------- | -------------------------------------------------------------------------| ------ | --------|
|
| ------------| :------: | -------------------------------------------------------------------------| ------ | --------|
|
||||||
| `command` | ✓ | Cargo command to run, ex. `check` or `build` | string | |
|
| `command` | ✓ | Cargo command to run, ex. `check` or `build` | string | |
|
||||||
| `toolchain` | | Rust toolchain name to use | string | |
|
| `toolchain` | | Rust toolchain name to use | string | |
|
||||||
| `args` | | Arguments for the cargo command | string | |
|
| `args` | | Arguments for the cargo command | string | |
|
||||||
|
|
Loading…
Reference in a new issue