fixing URL argument

This commit is contained in:
Jeff Billimek 2019-05-15 22:53:29 -04:00 committed by GitHub
parent 984cb08d43
commit 50bef9035d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ workflow "Lint & Publish Helm chart" {
action "Package Helm Chart(s)" {
uses = "billimek/gh-actions/helm-gh-pages@master"
args = "[\"https://billimek.com/billimek-charts/\"]"
args = "\"https://billimek.com/billimek-charts/\""
secrets = ["GITHUB_TOKEN"]
needs = ["Filter for master "]
}