mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
fixing URL argument
This commit is contained in:
parent
984cb08d43
commit
50bef9035d
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -7,7 +7,7 @@ workflow "Lint & Publish Helm chart" {
|
|||||||
|
|
||||||
action "Package Helm Chart(s)" {
|
action "Package Helm Chart(s)" {
|
||||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||||
args = "[\"https://billimek.com/billimek-charts/\"]"
|
args = "\"https://billimek.com/billimek-charts/\""
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
needs = ["Filter for master "]
|
needs = ["Filter for master "]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user