mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Github custom action development - WIP
This commit is contained in:
parent
5742a9be1e
commit
9ca6b789a7
1 changed files with 4 additions and 0 deletions
|
|
@ -26,3 +26,7 @@ def run_action():
|
|||
print("RUNNER_DEBUG not set")
|
||||
return
|
||||
print(RUNNER_DEBUG)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
run_action()
|
||||
|
|
|
|||
Loading…
Reference in a new issue