From 07c75aacb25678e6e59e6d53ca347733bc4bac86 Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Thu, 10 Jan 2019 21:33:51 +0900 Subject: [PATCH] Revert "Specify self via local path" --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 67f9f60..171ef3c 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -4,6 +4,6 @@ workflow "Detect unmergeable PRs" { } action "detect_unmergeable_pull_request_and_mark_them" { - uses = "./" + uses = "cats-oss/github-action-detect-unmergeable@application-code" secrets = ["GITHUB_TOKEN"] } \ No newline at end of file