From 5f7791246434f6e22289c81fdd4accdf1355d3a7 Mon Sep 17 00:00:00 2001 From: acuD1 Date: Mon, 15 May 2023 12:29:07 +0200 Subject: [PATCH] docs: update README.md for --skip-upload Signed-off-by: acuD1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e689410..8d273a4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi - `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. -- `mark_as_latest`: When you set this to `false`, it will mark the created GitHub release not as 'latest'. +- `skip_upload`: This option, when populated, will skip the upload step. This allows you to do more advanced uploading of your charts (for exemple with OCI based repositories) which doen't require the `index.yaml`. +`mark_as_latest`: When you set this to `false`, it will mark the created GitHub release not as 'latest'. ### Environment variables