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