From af1bc98d8acb09c50b08edd5c362476c5d8c91a7 Mon Sep 17 00:00:00 2001 From: Brandon Olin Date: Tue, 15 Jan 2019 21:59:48 -0800 Subject: [PATCH] fix actions that run itself --- .github/main.workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index bf783279..bb915907 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -14,12 +14,12 @@ action "filter-to-pr-open-synced" { } action "analyze-pr" { - uses = "./analyze" + uses = "devblackops/github-action-psscriptanalyzer@master" needs = "filter-to-pr-open-synced" secrets = ["GITHUB_TOKEN"] } action "analyze" { - uses = "./analyze" + uses = "devblackops/github-action-psscriptanalyzer@master" secrets = ["GITHUB_TOKEN"] } \ No newline at end of file