Replace "Required" column with "Optional" in README
This commit is contained in:
parent
cf61116656
commit
967aec96c6
10
README.md
10
README.md
@ -34,11 +34,11 @@ jobs:
|
|||||||
|
|
||||||
The following inputs can be provided with the `jobs.<job_id>.steps.with` yaml key.
|
The following inputs can be provided with the `jobs.<job_id>.steps.with` yaml key.
|
||||||
|
|
||||||
| Name | Required | Description | Type | Default |
|
| Name | Optional | Description | Type | Default |
|
||||||
|--------------|:--------:|--------------------------------------------------------|-------------------------|---------|
|
|--------------|:-------------------------:|--------------------------------------------------------|-------------------------|---------|
|
||||||
| rust-version | ✖ | The toolchain name, such as stable, nightly, or 1.8.0 | String | stable |
|
| rust-version | :heavy_check_mark: | The toolchain name, such as stable, nightly, or 1.8.0 | String | stable |
|
||||||
| components | ✖ | The toolchain components to install | String, comma-separated | |
|
| components | :heavy_check_mark: | The toolchain components to install | String, comma-separated | |
|
||||||
| targets | ✖ | The toolchain targets to add | String, comma-separated | |
|
| targets | :heavy_check_mark: | The toolchain targets to add | String, comma-separated | |
|
||||||
|
|
||||||
For more details, check out [`action.yml`].
|
For more details, check out [`action.yml`].
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user