Skip to content

Commit

Permalink
fix broken actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Mar 9, 2019
1 parent 3865152 commit 72f0635
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 @@ -11,15 +11,15 @@ action "branch-filter" {
}

action "Access control" {
uses = "ludeeus/actions/accesscontrol@master"
uses = "ludeeus/action-accesscontrol@master"
env = {
ACTION_LEVEL = "admin"
}
secrets = ["GITHUB_TOKEN"]
}

action "HA Index" {
uses = "ludeeus/actions/haindex@master"
uses = "ludeeus/action-haindex@master"
secrets = ["GITHUB_TOKEN"]
needs = ["branch-filter", "Access control"]
}

0 comments on commit 72f0635

Please sign in to comment.