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