feat: add chart-path input and document all action inputs
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Failing after 10s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Failing after 9s
Markdown linter / markdown-link-checker (push) Successful in 42s
Markdown linter / markdown-lint (push) Successful in 17s

Add a configurable chart-path input defaulting to
${{ github.workspace }}/Chart.yaml so consumers can point the action at
non-standard chart locations. Update the README inputs table to document
all available inputs including yq-related parameters.

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-08-16 22:13:57 +02:00
co-authored by Copilot
parent 6f174f4aac
commit f51c290f04
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description: "Generate ArtifactHub changelog annotations from git commit history
inputs:
chart-path:
description: "Path to the Helm chart file"
default: "./Chart.yaml"
default: "${{ github.workspace }}/Chart.yaml"
required: false
old-tag:
description: "Start tag for changelog generation. If not set, auto-detected from git tags."