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
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:
+1
-1
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user