From 6b471bf7a26408066ea0bec11935c722697b442d Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Sat, 15 Apr 2023 17:47:19 -0500 Subject: [PATCH] :memo: (readme): Fix headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f54ee73..4f7d784 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This action runs [yampl](https://github.com/clevyr/yampl) to template values in See the [yampl](https://github.com/clevyr/yampl#readme) readme for more details on yampl templating capabilities. -# Usage +## Usage -## Inputs +### Inputs | Name | Description | Required | Default | |------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|----------| @@ -15,7 +15,7 @@ See the [yampl](https://github.com/clevyr/yampl#readme) readme for more details | `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 +### Outputs None