method name fixed

This commit is contained in:
pseusys
2023-02-26 10:49:29 +01:00
parent ecd3d32ceb
commit aae864e924

View File

@@ -190,7 +190,7 @@ async def main():
if GHM.update_readme(stats): if GHM.update_readme(stats):
DBM.g("Readme updated!") DBM.g("Readme updated!")
else: 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.") DBM.g("Debug run, readme not updated. Check the latest comment for the generated stats.")
await DM.close_remote_resources() await DM.close_remote_resources()