github action

This commit is contained in:
mrT23
2023-09-06 17:43:43 +03:00
parent 8962c9cf8a
commit 8af8fd8e5d
3 changed files with 10 additions and 3 deletions

View File

@ -78,7 +78,7 @@ class PRAgent:
elif action in command2class:
if notify:
notify()
await command2class[action](pr_url, *args).run()
await command2class[action](pr_url, args=args).run()
else:
return False
return True