From 5e03e7f1e5ae8d52b501ba0713193263f1b18e77 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 5 May 2025 01:38:07 +0100 Subject: [PATCH] Comment out debug print statement for runners response in runner-fallback action --- .github/actions/runner-fallback/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/runner-fallback/action.yml b/.github/actions/runner-fallback/action.yml index 31bb0fe..c8e6d33 100644 --- a/.github/actions/runner-fallback/action.yml +++ b/.github/actions/runner-fallback/action.yml @@ -44,7 +44,7 @@ runs: "https://api.github.com/repos/$repo/actions/runners?per_page=100") # Debug: Print runners content - echo "Runners response: $runners" + # echo "Runners response: $runners" # Check if runners is null or empty if [ -z "$runners" ] || [ "$runners" = "null" ]; then