Skip to content

Commit

Permalink
fix actions that run itself
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Jan 16, 2019
1 parent 6e4bc27 commit af1bc98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit af1bc98

Please sign in to comment.