Skip to content

Commit 26206a9

Browse files
authored
Update action.yml
1 parent e2c5727 commit 26206a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
description: 'The Gemini model to use for code review'
1414
required: false
1515
default: 'gemini-1.5-flash-002'
16-
INPUT_EXCLUDE:
16+
EXCLUDE:
1717
description: 'Comma-separated list of file patterns to exclude'
1818
required: false
1919
default: ''
@@ -37,5 +37,5 @@ runs:
3737
env:
3838
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
3939
GEMINI_API_KEY: ${{ inputs.GEMINI_API_KEY }}
40-
INPUT_EXCLUDE: ${{ inputs.EXCLUDE }}
40+
EXCLUDE: ${{ inputs.EXCLUDE }}
4141
run: python ${{ github.action_path }}/review_code_gemini.py

0 commit comments

Comments
 (0)