diff --git a/.github/main.workflow b/.github/main.workflow index 37f8095a..06871cec 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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 "] }