Skip to content

Commit

Permalink
Replace "Required" column with "Optional" in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Oct 6, 2020
1 parent cf61116 commit 967aec9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:

The following inputs can be provided with the `jobs.<job_id>.steps.with` yaml key.

| Name | Required | Description | Type | Default |
|--------------|:--------:|--------------------------------------------------------|-------------------------|---------|
| rust-version | | The toolchain name, such as stable, nightly, or 1.8.0 | String | stable |
| components | | The toolchain components to install | String, comma-separated | |
| targets | | The toolchain targets to add | String, comma-separated | |
| Name | Optional | Description | Type | Default |
|--------------|:-------------------------:|--------------------------------------------------------|-------------------------|---------|
| rust-version | :heavy_check_mark: | The toolchain name, such as stable, nightly, or 1.8.0 | String | stable |
| components | :heavy_check_mark: | The toolchain components to install | String, comma-separated | |
| targets | :heavy_check_mark: | The toolchain targets to add | String, comma-separated | |

For more details, check out [`action.yml`].

Expand Down

0 comments on commit 967aec9

Please sign in to comment.