mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Github custom action development - WIP
This commit is contained in:
parent
e51e443adc
commit
e2323dfb9f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ async def run_action():
|
|||
return
|
||||
### DEBUG
|
||||
print(event_payload)
|
||||
|
||||
print(GITHUB_EVENT_NAME)
|
||||
settings.set("OPENAI.KEY", OPENAI_KEY)
|
||||
if OPENAI_ORG:
|
||||
settings.set("OPENAI.ORG", OPENAI_ORG)
|
||||
|
|
|
|||
Loading…
Reference in a new issue