From 9b3c4b6b37ba9dc80fade9a83b66198ed2079f35 Mon Sep 17 00:00:00 2001 From: Matt Whittaker <34448412+mattops@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:41:05 +0000 Subject: [PATCH] debug 4 --- .github/actions/runner-cleanup/action.yml | 1 + 1 file changed, 1 insertion(+) 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