From f6d6320c76638b3c0fe988b8bdc19dc91492ed16 Mon Sep 17 00:00:00 2001 From: Gary Morse Date: Sat, 7 May 2022 14:36:33 -0400 Subject: [PATCH] bump Signed-off-by: Gary Morse --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f67579..fc59358 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi - `config`: Optional config file for chart-releaser. For more information on the config file, see the [documentation](https://github.com/helm/chart-releaser#config-file) - `charts_dir`: The charts directory - `charts_repo_url`: The GitHub Pages URL to the charts repo (default: `https://.github.io/`) -- `skip_packaging`: This option, when populated, will skip the packaging step. This allows you to do more advanced packaging of your charts (for example with the `helm package` command) before this action runs. This action will only handle the indexing and publishing steps. +- `skip_packaging`: This option, when populated, will skip the packaging step. This allows you to do more advanced packaging of your charts (for example, with the `helm package` command) before this action runs. This action will only handle the indexing and publishing steps. ### Environment variables