mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2026-01-03 21:25:18 +00:00
chore: change default to true, if use in github actions
This commit is contained in:
parent
45176ab893
commit
3412095d81
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ async def run_action():
|
|||
get_settings().set("OPENAI.ORG", OPENAI_ORG)
|
||||
get_settings().set("GITHUB.USER_TOKEN", GITHUB_TOKEN)
|
||||
get_settings().set("GITHUB.DEPLOYMENT_TYPE", "user")
|
||||
enable_output = get_setting_or_env("GITHUB_ACTION_CONFIG.ENABLE_OUTPUT", False)
|
||||
enable_output = get_setting_or_env("GITHUB_ACTION_CONFIG.ENABLE_OUTPUT", True)
|
||||
get_settings().set("GITHUB_ACTION_CONFIG.ENABLE_OUTPUT", enable_output)
|
||||
|
||||
# Load the event payload
|
||||
|
|
|
|||
Loading…
Reference in a new issue