name: "GitHub Action for Helm Chart Releasing" description: "Release your Helm chart to a charts repo on GitHub Pages" author: "The Helm authors" branding: color: blue icon: check-circle inputs: charts_dir: description: The charts directory default: charts charts_repo_url: description: "The GitHub Pages URL to the charts repo (default: https://.github.io/)" required: true runs: using: "node12" main: "main.js"