Skip to content

Commit a72daa8

Browse files
committed
change env names from dot to underscore
1 parent 874bd39 commit a72daa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/PR-Agent.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
uses: qodo-ai/[email protected]
2727
env:
2828
OPENAI_KEY: ${{ secrets.OPENAI_PROXY_KEY }}
29-
OPENAI.API_BASE: 'https://llm-proxy.trap.jp'
30-
CONFIG.MODEL: 'gpt-4o'
31-
CONFIG.MODEL_TURBO: 'gpt-4o-mini'
29+
OPENAI_API_BASE: 'https://llm-proxy.trap.jp'
30+
CONFIG_MODEL: 'gpt-4o'
31+
CONFIG_MODEL_TURBO: 'gpt-4o-mini'
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
GITHUB_ACTION.AUTO_REVIEW: 'true'
3434
GITHUB_ACTION.AUTO_DESCRIBE: 'true'

0 commit comments

Comments
 (0)