This commit is contained in:
Rustem Khusnutdinov
2024-11-28 21:32:29 +03:00
committed by GitHub
parent bc7e8141d6
commit 485bab4361

View File

@@ -22,6 +22,7 @@ JSON_URL = "https://raw.githubusercontent.com/wiki/{repo_name}/{filename}"
def main():
print("Starting action")
call("ssh-add", "-l")
config = Config.from_environ(os.environ)
coverage_info = get_coverage_info(config=config)
gh = get_api(config=config)