Skip to content

Commit af1bc98

Browse files
committed
fix actions that run itself
1 parent 6e4bc27 commit af1bc98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/main.workflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ action "filter-to-pr-open-synced" {
1414
}
1515

1616
action "analyze-pr" {
17-
uses = "./analyze"
17+
uses = "devblackops/github-action-psscriptanalyzer@master"
1818
needs = "filter-to-pr-open-synced"
1919
secrets = ["GITHUB_TOKEN"]
2020
}
2121

2222
action "analyze" {
23-
uses = "./analyze"
23+
uses = "devblackops/github-action-psscriptanalyzer@master"
2424
secrets = ["GITHUB_TOKEN"]
2525
}

0 commit comments

Comments
 (0)