diff --git a/.github/actions/runner-cleanup/action.yml b/.github/actions/runner-cleanup/action.yml index 0285b0e..0519ab2 100644 --- a/.github/actions/runner-cleanup/action.yml +++ b/.github/actions/runner-cleanup/action.yml @@ -24,6 +24,7 @@ runs: from github import Auth from github import Github from github import GithubException + import requests import os from time import sleep # Attempts to remove any offline runners - giving time for old ones to expire