This commit is contained in:
alyssa 2024-09-06 16:14:27 +09:00
parent 6dd7a8a0af
commit 7a57e0b782
4 changed files with 5 additions and 7 deletions

View file

@ -33,7 +33,7 @@ def report_status(name, start_time, exit=None):
'started_at': start_time,
'output': {
'title': name,
'summary': f"dasdfasdfasdf", # todo
'summary': f"Check logs at {must_get_env("ACTION_LOGS_URL")}",
'text': "[]",
'annotations': []
},

View file

@ -97,7 +97,7 @@ def create_jobs():
if len(jobs) == 0:
print("no jobs to run (??)")
exit 0
return 0
if __name__ == "__main__":
print("hello from python!")