Commit cc3e4db
committed
fix: downgrade Gemini CLI to 0.15.0 to suppress deprecation warnings
Explicitly sets the Gemini CLI version to 0.15.0 in the GitHub Action workflow.
Newer versions of the CLI (0.20+) print a deprecation warning for the `--prompt` flag to STDERR, which the GitHub Action captures and fails to parse as JSON, causing the workflow to crash. Downgrading restores compatibility with the `run-gemini-cli` action.
Also configures the model to `gemini-1.5-flash` for efficiency.1 parent d063f65 commit cc3e4db
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments