From 72f063583385ba46808de882feb452946c704d85 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sat, 9 Mar 2019 12:55:32 +0100 Subject: [PATCH] fix broken actions --- .github/main.workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 4096531..cc81972 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -11,7 +11,7 @@ action "branch-filter" { } action "Access control" { - uses = "ludeeus/actions/accesscontrol@master" + uses = "ludeeus/action-accesscontrol@master" env = { ACTION_LEVEL = "admin" } @@ -19,7 +19,7 @@ action "Access control" { } action "HA Index" { - uses = "ludeeus/actions/haindex@master" + uses = "ludeeus/action-haindex@master" secrets = ["GITHUB_TOKEN"] needs = ["branch-filter", "Access control"] } \ No newline at end of file