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