Update check_actions_status.py

This commit is contained in:
Nicholas Tindle
2024-08-20 14:40:57 -05:00
parent 828aabf532
commit 36134527af

View File

@@ -73,6 +73,8 @@ def main():
"Accept": "application/vnd.github.v3+json",
}
print("Checking status of all check runs...")
while True:
data = make_api_request(endpoint, headers)