Skip to content

Commit d819367

Browse files
committed
fix: wrong workflow name for gemini code review
1 parent 21b861c commit d819367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gemini-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
needs: 'dispatch'
108108
if: |-
109109
${{ needs.dispatch.outputs.command == 'review' }}
110-
uses: './.github/workflows/gemini-review.yml'
110+
uses: './.github/workflows/gemini-code-review.yml'
111111
permissions:
112112
contents: 'read'
113113
id-token: 'write'

0 commit comments

Comments
 (0)