From 485bab43616d7e56fd4cac24f4be8391f3254ec1 Mon Sep 17 00:00:00 2001 From: Rustem Khusnutdinov Date: Thu, 28 Nov 2024 21:32:29 +0300 Subject: [PATCH] + --- src/entrypoint | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entrypoint b/src/entrypoint index 77661eb..9661e71 100755 --- a/src/entrypoint +++ b/src/entrypoint @@ -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)