From fdc91092275574773dd3e9027258f9d3587f0a10 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 10:56:56 -0400 Subject: [PATCH] use billimek fork of action template --- .github/main.workflow | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 51fbe6e7..ae330eb8 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -2,8 +2,9 @@ workflow "Publish Helm chart" { on = "push" resolves = ["Helm gh-pages"] } + action "Helm gh-pages" { - uses = "stefanprodan/gh-actions/helm-gh-pages@master" - args = ["*","https://billimek.com/billimek-charts/"] + uses = "billimek/gh-actions/helm-gh-pages@master" + args = ["*", "https://billimek.com/billimek-charts/"] secrets = ["GITHUB_TOKEN"] }