This commit is contained in:
Rustem Khusnutdinov
2024-11-28 21:40:55 +03:00
committed by GitHub
parent 485bab4361
commit 05f1269f05

View File

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