mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
removing unnecessary quotes
This commit is contained in:
parent
50bef9035d
commit
261438eca1
4
.github/main.workflow
vendored
4
.github/main.workflow
vendored
@ -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 "]
|
||||
}
|
||||
@ -21,7 +21,7 @@ workflow "Pull Request" {
|
||||
|
||||
action "Pull Request Linting" {
|
||||
uses = "billimek/gh-actions/helm-gh-pages@master"
|
||||
args = "\"https://billimek.com/billimek-charts/\""
|
||||
args = "https://billimek.com/billimek-charts/"
|
||||
secrets = ["GITHUB_TOKEN"]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user