Comment out debug print statement for runners response in runner-fallback action

This commit is contained in:
Palash Tyagi 2025-05-05 01:38:07 +01:00
parent d42437bf32
commit 5e03e7f1e5

View File

@ -44,7 +44,7 @@ runs:
"https://api.github.com/repos/$repo/actions/runners?per_page=100") "https://api.github.com/repos/$repo/actions/runners?per_page=100")
# Debug: Print runners content # Debug: Print runners content
echo "Runners response: $runners" # echo "Runners response: $runners"
# Check if runners is null or empty # Check if runners is null or empty
if [ -z "$runners" ] || [ "$runners" = "null" ]; then if [ -z "$runners" ] || [ "$runners" = "null" ]; then