Skip to content

Commit f9ab4ea

Browse files
committed
style: rename checkout path to reviewbot
Rename the target directory path from trusted-reviewbot to reviewbot for brevity in workflow checkout steps.
1 parent 48baef4 commit f9ab4ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/antigravity-review.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
ref: refs/pull/${{ github.event.pull_request.number }}/merge
3232
persist-credentials: false
3333

34-
- name: Checkout Trusted Reviewbot (Base Branch)
34+
- name: Checkout Reviewbot (Base Branch)
3535
uses: actions/checkout@v7
3636
with:
3737
sparse-checkout: |
3838
tools/private/reviewbot
39-
path: trusted-reviewbot
39+
path: reviewbot
4040

4141
- name: Install uv
4242
uses: astral-sh/setup-uv@v8.1.0
@@ -53,5 +53,5 @@ jobs:
5353
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
run: |
56-
uv run trusted-reviewbot/tools/private/reviewbot/antigravity_review.py \
57-
--prompt trusted-reviewbot/tools/private/reviewbot/prompt.txt
56+
uv run reviewbot/tools/private/reviewbot/antigravity_review.py \
57+
--prompt reviewbot/tools/private/reviewbot/prompt.txt

0 commit comments

Comments
 (0)