Update README.md

Pretty aligning requirement marker in the inputs table
This commit is contained in:
svartalf 2019-09-29 00:38:21 +03:00 committed by GitHub
parent b6a5e9eb92
commit 46893a442f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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