mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-13 04:56:32 +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
|
||||
|
||||
| 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 | |
|
||||
|
|
Loading…
Reference in a new issue