mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 22:33:05 -07:00
Fix syntax.
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
||||
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
|
||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
GEMINI_MODEL: 'gemini-3-flash-preview'
|
||||
ENABLE_PRS: '${{ github.event.inputs.enable_prs || 'false' }}'
|
||||
ENABLE_PRS: "${{ github.event.inputs.enable_prs || 'false' }}"
|
||||
run: 'node bundle/gemini.js --policy tools/gemini-cli-bot/ci-policy.toml tools/gemini-cli-bot/brain/metrics.md'
|
||||
|
||||
- name: 'Stash Brain Outputs'
|
||||
@@ -118,5 +118,3 @@ jobs:
|
||||
name: 'brain-scripts'
|
||||
path: 'temp_outputs/reflexes/scripts/'
|
||||
retention-days: 90
|
||||
_outputs/reflexes/scripts/'
|
||||
retention-days: 90
|
||||
|
||||
Reference in New Issue
Block a user