Files
chart-releaser-action/action.yml
T
Scott Rigby 64c7e45282 Update action medatata
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-12-08 17:45:48 -05:00

17 lines
418 B
YAML

name: "Helm Chart Releaser"
description: "Host a Helm 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://<owner>.github.io/<repo>)"
required: true
runs:
using: "node12"
main: "main.js"