Files
chart-releaser-action/action.yml
T
Scott Rigby 4bfd6b0117 Update action icon
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-12-08 18:18:16 -05:00

17 lines
420 B
YAML

name: "Helm Chart Releaser"
description: "Host a Helm charts repo on GitHub Pages"
author: "The Helm authors"
branding:
color: anchor
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"