Add --pages-branch parameter (#156)

Ref:
  helm/chart-releaser@378f527
  helm/chart-releaser@cb0563b

Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
This commit is contained in:
michalbiesek
2023-09-05 09:10:00 +02:00
committed by GitHub
parent 5b8970c96f
commit ed43eb3036
3 changed files with 22 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi
- `skip_existing`: Skip package upload if release/tag already exists
- `mark_as_latest`: When you set this to `false`, it will mark the created GitHub release not as 'latest'.
- `packages_with_index`: When you set this to `true`, it will upload chart packages directly into publishing branch.
- `pages_branch`: Name of the branch to be used to push the index and artifacts. (default to: gh-pages but it is not set in the action it is a default value for the chart-releaser binary)
### Outputs