Skip to content

Commit 86630cd

Browse files
committed
Fix typo
1 parent b04ab6b commit 86630cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gemini-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
## Input Data
132132
133133
- Retrieve the GitHub repository name from the environment variable "${REPOSITORY}".
134-
- Retrieve the GitHub pull request number from the environment variable "${PULL_REQUEST_NUMBEER}".
134+
- Retrieve the GitHub pull request number from the environment variable "${PULL_REQUEST_NUMBER}".
135135
- Retrieve the additional user instructions and context from the environment variable "${ADDITIONAL_CONTEXT}".
136136
- Use `mcp__github__get_pull_request` to get the title, body, and metadata about the pull request.
137137
- Use `mcp__github__get_pull_request_files` to get the list of files that were added, removed, and changed in the pull request.

0 commit comments

Comments
 (0)