From de901ec86737f24bd9883858e5015f3fed1d66a9 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 20:31:23 -0400 Subject: [PATCH] fixing description --- .github/main.workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 3dfd92c8..9787bb37 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -16,10 +16,10 @@ action "Package Helm Chart(s)" { workflow "Pull Request" { on = "pull_request" - resolves = ["billimek/gh-actions/helm-gh-pages@master"] + resolves = ["Pull Request Linting"] } -action "billimek/gh-actions/helm-gh-pages@master" { +action "Pull Request Linting" { uses = "billimek/gh-actions/helm-gh-pages@master" args = "\"https://billimek.com/billimek-charts/\"" secrets = ["GITHUB_TOKEN"]