Skip to content

Commit 915a0a0

Browse files
committed
fix(ci): fix Qodo Merge env variable dot notation bug
1 parent cdbd76b commit 915a0a0

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,13 @@ jobs:
8585
uses: qodo-ai/pr-agent@main
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88-
GOOGLE_AI_STUDIO.GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
89-
config.model: gemini/gemini-3.0-flash
90-
github_action_config.auto_review: 'true'
91-
github_action_config.auto_describe: 'true'
92-
github_action_config.auto_improve: 'true'
88+
GOOGLE_AI_STUDIO__GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
89+
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
90+
CONFIG__MODEL: gemini/gemini-3.0-flash
91+
PR_REVIEWER__EXTRA_INSTRUCTIONS: ${{ env.CUSTOM_INSTRUCTIONS }}
92+
PR_CODE_SUGGESTIONS__EXTRA_INSTRUCTIONS: ${{ env.CUSTOM_INSTRUCTIONS
93+
}}
94+
PR_DESCRIPTION__EXTRA_INSTRUCTIONS: ${{ env.CUSTOM_INSTRUCTIONS }}
95+
GITHUB_ACTION_CONFIG__AUTO_REVIEW: 'true'
96+
GITHUB_ACTION_CONFIG__AUTO_DESCRIBE: 'true'
97+
GITHUB_ACTION_CONFIG__AUTO_IMPROVE: 'true'

0 commit comments

Comments
 (0)