From a114023e1f88d92c8ec1d3d6c4e7dcc767cfbe8b Mon Sep 17 00:00:00 2001 From: Jerop Kipruto Date: Fri, 8 Aug 2025 21:40:28 +0900 Subject: [PATCH 1/2] Fix PR review prompt to get repo correctly (#148) --- .github/workflows/gemini-pr-review.yml | 2 +- examples/workflows/pr-review/gemini-pr-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gemini-pr-review.yml b/.github/workflows/gemini-pr-review.yml index 0ab9e649..0d3ab42a 100644 --- a/.github/workflows/gemini-pr-review.yml +++ b/.github/workflows/gemini-pr-review.yml @@ -211,7 +211,7 @@ jobs: ## Steps Start by running these commands to gather the required data: - 1. Run: echo $"{REPOSITORY}" to get the github repository in / format + 1. Run: echo "${REPOSITORY}" to get the github repository in / format 2. Run: echo "${PR_DATA}" to get PR details (JSON format) 3. Run: echo "${CHANGED_FILES}" to get the list of changed files 4. Run: echo "${PR_NUMBER}" to get the PR number diff --git a/examples/workflows/pr-review/gemini-pr-review.yml b/examples/workflows/pr-review/gemini-pr-review.yml index 49fb26b1..297c4572 100644 --- a/examples/workflows/pr-review/gemini-pr-review.yml +++ b/examples/workflows/pr-review/gemini-pr-review.yml @@ -211,7 +211,7 @@ jobs: ## Steps Start by running these commands to gather the required data: - 1. Run: echo $"{REPOSITORY}" to get the github repository in / format + 1. Run: echo "${REPOSITORY}" to get the github repository in / format 2. Run: echo "${PR_DATA}" to get PR details (JSON format) 3. Run: echo "${CHANGED_FILES}" to get the list of changed files 4. Run: echo "${PR_NUMBER}" to get the PR number From c6293c31fbed0f9ce518d70c7d5aeec39fe3a0c2 Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Fri, 8 Aug 2025 08:47:41 -0400 Subject: [PATCH 2/2] Release: v0.1.8 (#149) ## What's Changed * Fix PR review prompt to get repo correctly by @jerop in https://github.com/google-github-actions/run-gemini-cli/pull/148 **Full Changelog**: https://github.com/google-github-actions/run-gemini-cli/compare/v0.1.7...v0.1.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 178a2384..8161b4e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "run-gemini-cli", - "version": "0.1.7", + "version": "0.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "run-gemini-cli", - "version": "0.1.7", + "version": "0.1.8", "license": "Apache-2.0", "devDependencies": { "@google-github-actions/actions-utils": "^0.8.8" diff --git a/package.json b/package.json index c5598fae..71a77524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-gemini-cli", - "version": "0.1.7", + "version": "0.1.8", "description": "This works with our versioning tools, this is NOT an NPM repo", "scripts": { "build": "echo \"No build required for composite action\"",