Skip to content

Commit a114023

Browse files
authored
Fix PR review prompt to get repo correctly (#148)
1 parent e05c1e1 commit a114023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gemini-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
## Steps
212212
213213
Start by running these commands to gather the required data:
214-
1. Run: echo $"{REPOSITORY}" to get the github repository in <OWNER>/<REPO> format
214+
1. Run: echo "${REPOSITORY}" to get the github repository in <OWNER>/<REPO> format
215215
2. Run: echo "${PR_DATA}" to get PR details (JSON format)
216216
3. Run: echo "${CHANGED_FILES}" to get the list of changed files
217217
4. Run: echo "${PR_NUMBER}" to get the PR number

examples/workflows/pr-review/gemini-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
## Steps
212212
213213
Start by running these commands to gather the required data:
214-
1. Run: echo $"{REPOSITORY}" to get the github repository in <OWNER>/<REPO> format
214+
1. Run: echo "${REPOSITORY}" to get the github repository in <OWNER>/<REPO> format
215215
2. Run: echo "${PR_DATA}" to get PR details (JSON format)
216216
3. Run: echo "${CHANGED_FILES}" to get the list of changed files
217217
4. Run: echo "${PR_NUMBER}" to get the PR number

0 commit comments

Comments
 (0)