use . instead of * for target

This commit is contained in:
Jeff Billimek 2019-05-15 11:06:10 -04:00 committed by GitHub
parent fdc9109227
commit 798070948a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ workflow "Publish Helm chart" {
action "Helm gh-pages" {
uses = "billimek/gh-actions/helm-gh-pages@master"
args = ["*", "https://billimek.com/billimek-charts/"]
args = [".", "https://billimek.com/billimek-charts/"]
secrets = ["GITHUB_TOKEN"]
}