removing unnecessary quotes

This commit is contained in:
Jeff Billimek 2019-05-15 22:55:47 -04:00 committed by GitHub
parent 50bef9035d
commit 261438eca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]
}