We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c5727 commit 26206a9Copy full SHA for 26206a9
action.yml
@@ -13,7 +13,7 @@ inputs:
13
description: 'The Gemini model to use for code review'
14
required: false
15
default: 'gemini-1.5-flash-002'
16
- INPUT_EXCLUDE:
+ EXCLUDE:
17
description: 'Comma-separated list of file patterns to exclude'
18
19
default: ''
@@ -37,5 +37,5 @@ runs:
37
env:
38
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
39
GEMINI_API_KEY: ${{ inputs.GEMINI_API_KEY }}
40
- INPUT_EXCLUDE: ${{ inputs.EXCLUDE }}
+ EXCLUDE: ${{ inputs.EXCLUDE }}
41
run: python ${{ github.action_path }}/review_code_gemini.py
0 commit comments