mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
Github custom action development - WIP
This commit is contained in:
@ -26,3 +26,7 @@ def run_action():
|
||||
print("RUNNER_DEBUG not set")
|
||||
return
|
||||
print(RUNNER_DEBUG)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
run_action()
|
||||
|
Reference in New Issue
Block a user