Commit e5d9dbf
authored
fix(.github/workflows): remove unexpected inputs from gemini-cli workflows (#4671)
The github_pr_number and github_issue_number inputs are removed from the
with section of the google-github-actions/run-gemini-cli@v0 action in
.github/workflows/gemini-invoke.yml and
.github/workflows/gemini-plan-execute.yml.
These inputs are not supported by the action and were causing
"Unexpected input(s)" warnings during workflow runs.
Fixes #46681 parent cd2b6a9 commit e5d9dbf
2 files changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
0 commit comments