Skip to content

Commit

Permalink
docs: Fix command formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IAreKyleW00t committed Sep 3, 2024
1 parent 287577b commit 672a04c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ This action supports Linux, macOS and Windows runners (results may vary with sel

### Inputs

| Name | Type | Description | Default |
| ---------------- | ------- | ------------------------------------------------ | --------------------- |
| `regctl-release` | String | `regctl` version to be installed | `latest` |
| `install-dir` | String | directory to install `regctl` binary into | `$HOME/.regctl` |
| `cache` | Boolean | Cache the `regctl` binary | `true` |
| `verify` | Boolean | Perform `cosign` validation on regctl binary [1] | `true` |
| `token` | String | GitHub Token for API access | `${{ github.token }}` |
| Name | Type | Description | Default |
| ---------------- | ------- | -------------------------------------------------- | --------------------- |
| `regctl-release` | String | `regctl` version to be installed | `latest` |
| `install-dir` | String | directory to install `regctl` binary into | `$HOME/.regctl` |
| `cache` | Boolean | Cache the `regctl` binary | `true` |
| `verify` | Boolean | Perform `cosign` validation on `regctl` binary [1] | `true` |
| `token` | String | GitHub Token for API access | `${{ github.token }}` |

> 1. `cosign` must be in your `PATH` for validation to work. It will be skipped
> if it's not present; See
Expand Down

0 comments on commit 672a04c

Please sign in to comment.