From 798070948ad7f3222cc25a247e500b1079c2ba4e Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 11:06:10 -0400 Subject: [PATCH] use `.` instead of `*` for target --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index ae330eb8..174865ca 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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"] }