Skip to content

Commit

Permalink
Add missing config option to action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
  • Loading branch information
unguiculus committed Oct 30, 2020
1 parent 072a634 commit 8f314c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ branding:
inputs:
version:
description: "The chart-releaser version to use (default: v1.0.0)"
config:
description: "The relative path to the chart-releaser config file"
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"

0 comments on commit 8f314c3

Please sign in to comment.