mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 12:59:26 +00:00
Comment out debug print statement for runners response in runner-fallback action
This commit is contained in:
2
.github/actions/runner-fallback/action.yml
vendored
2
.github/actions/runner-fallback/action.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user