Skip to content

Commit

Permalink
debug 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops committed Jan 10, 2025
1 parent 9b3c4b6 commit 99b76dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/runner-cleanup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ runs:
if response.status_code == 200:
print("Successfully called GET /orgs/{github_org}/actions/runners runners endpoint")
data = response.json()
print(data)
# Process the data as needed
else:
print(f"Failed to call GET /orgs/{github_org}/actions/runners endpoint: {response.status_code} - {response.text}")
Expand Down

0 comments on commit 99b76dc

Please sign in to comment.