From da16ecac9b21a501142b516b6f53ea1b440ba30c Mon Sep 17 00:00:00 2001 From: Reinhard Naegele Date: Sat, 21 Dec 2019 11:28:16 +0100 Subject: [PATCH] Fix inputs in readme Signed-off-by: Reinhard Naegele --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a79ba58..2140fe9 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi For more information on inputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#input) - `version`: The chart-releaser version to use (default: v0.2.3) -- `charts-dir`: The charts directory -- `charts-repo-url`: The GitHub Pages URL to the charts repo (default: `https://.github.io/`) +- `charts_dir`: The charts directory +- `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://.github.io/`) ### Example Workflow