mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Comment out debug print statement for runners response in runner-fallback action
This commit is contained in:
parent
d42437bf32
commit
5e03e7f1e5
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")
|
"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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user