From aae864e9246d73630150ae3526da78b1287df582 Mon Sep 17 00:00:00 2001 From: pseusys Date: Sun, 26 Feb 2023 10:49:29 +0100 Subject: [PATCH] method name fixed --- sources/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/main.py b/sources/main.py index 21347b2..d760b46 100644 --- a/sources/main.py +++ b/sources/main.py @@ -190,7 +190,7 @@ async def main(): if GHM.update_readme(stats): DBM.g("Readme updated!") else: - await GHM.push_to_pr(stats) + GHM.set_github_output(stats) DBM.g("Debug run, readme not updated. Check the latest comment for the generated stats.") await DM.close_remote_resources()