From 261438eca1c1723a2dc6df6feab0ab8ab0f73a57 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 22:55:47 -0400 Subject: [PATCH] removing unnecessary quotes --- .github/main.workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 06871cec..16b173ab 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 "] } @@ -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"] }