We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4bc27 commit af1bc98Copy full SHA for af1bc98
.github/main.workflow
@@ -14,12 +14,12 @@ action "filter-to-pr-open-synced" {
14
}
15
16
action "analyze-pr" {
17
- uses = "./analyze"
+ uses = "devblackops/github-action-psscriptanalyzer@master"
18
needs = "filter-to-pr-open-synced"
19
secrets = ["GITHUB_TOKEN"]
20
21
22
action "analyze" {
23
24
25
0 commit comments