Skip to content

Commit

Permalink
📝 (readme): Format inputs as a table
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 14, 2023
1 parent b5d5c8a commit 5c51655
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ See the [yampl](https://github.com/clevyr/yampl#readme) readme for more details

## Inputs

- `file` - Path to the file that should be patched.
- `values` - List of values to replace in the provided file.
- `commit_message` - If set, this action will invoke [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) with the given commit message.
- `yampl_version` - Yampl version to install
| Name | Description | Required | Default |
|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|----------|
| `file` | Path to the file that should be patched. | `true` | |
| `values` | List of values to replace in the provided file. | `true` | |
| `commit_message` | If set, this action will invoke [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) with the given commit message. | `false` | `""` |
| `yampl_version` | The Yampl version to install. | `false` | `latest` |

## Outputs

Expand Down

0 comments on commit 5c51655

Please sign in to comment.