Skip to content

Commit af263d2

Browse files
revert debug changes
1 parent 946267a commit af263d2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gemini-invoke.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: 'Run Gemini CLI'
4444
id: 'run_gemini'
45-
uses: 'google-github-actions/run-gemini-cli@feat/code-review-integration' # ratchet:exclude
45+
uses: 'google-github-actions/run-gemini-cli@main' # ratchet:exclude
4646
env:
4747
TITLE: '${{ github.event.pull_request.title || github.event.issue.title }}'
4848
DESCRIPTION: '${{ github.event.pull_request.body || github.event.issue.body }}'
@@ -84,7 +84,7 @@ jobs:
8484
"-i",
8585
"--rm",
8686
"-e",
87-
"GITHUB_PERSONAL_ACCESS_TOKEN=${GITHUB_TOKEN}",
87+
"GITHUB_PERSONAL_ACCESS_TOKEN",
8888
"ghcr.io/github/github-mcp-server:v0.27.0"
8989
],
9090
"includeTools": [
@@ -101,7 +101,7 @@ jobs:
101101
"search_code"
102102
],
103103
"env": {
104-
"GITHUB_TOKEN": "${GITHUB_TOKEN}"
104+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
105105
}
106106
}
107107
},

examples/workflows/pr-review/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The review prompt utilizes [code review extension](https://github.com/gemini-cli
234234

235235
3. Edit `.github/workflows/gemini-review.yml` to use the customized prompt:
236236

237-
```yml
237+
```diff
238238
- prompt: '/pr-code-review'
239239
+ prompt: '/gemini-review'
240240
```

0 commit comments

Comments
 (0)