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()