Files
chart-releaser-action/action.yml
T
2019-11-22 16:00:54 +01:00

15 lines
385 B
YAML

name: "chart-releaser action"
description: "Run the chart-releaser tool"
author: "unguiculus"
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>)"
token:
description: The GitHub token
runs:
using: "node12"
main: "lib/main.js"