Skip to content

Commit 9e97ab8

Browse files
author
マルコメ
authored
docs: fix workflow file path at setup section (#106)
## Summary Documentation: - Update curl command URLs in issue-triage, gemini-cli, and pr-review example READMEs to include the "examples" directory in the path
1 parent 10c0802 commit 9e97ab8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/workflows/gemini-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To use this workflow, you can utilize either of the following methods:
3838

3939
```bash
4040
mkdir -p .github/workflows
41-
curl -o .github/workflows/gemini-cli.yml https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/main/workflows/gemini-cli/gemini-cli.yml
41+
curl -o .github/workflows/gemini-cli.yml https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/main/examples/workflows/gemini-cli/gemini-cli.yml
4242
```
4343

4444
## Usage

examples/workflows/issue-triage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ To implement this issue triage system, you can utilize either of the following m
4141

4242
```bash
4343
mkdir -p .github/workflows
44-
curl -o .github/workflows/gemini-issue-automated-triage.yml https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/main/workflows/issue-triage/gemini-issue-automated-triage.yml
45-
curl -o .github/workflows/gemini-issue-scheduled-triage.yml https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/main/workflows/issue-triage/gemini-issue-scheduled-triage.yml
44+
curl -o .github/workflows/gemini-issue-automated-triage.yml https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/main/examples/workflows/issue-triage/gemini-issue-automated-triage.yml
45+
curl -o .github/workflows/gemini-issue-scheduled-triage.yml https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/main/examples/workflows/issue-triage/gemini-issue-scheduled-triage.yml
4646
```
4747

4848
You can customize the prompts and settings in the workflow files to suit your specific needs. For example, you can change the triage logic, the labels that are applied, or the schedule of the scheduled triage.

examples/workflows/pr-review/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To use this workflow, you can use either of the following methods:
5050

5151
```bash
5252
mkdir -p .github/workflows
53-
curl -o .github/workflows/gemini-pr-review.yml https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/main/workflows/pr-review/gemini-pr-review.yml
53+
curl -o .github/workflows/gemini-pr-review.yml https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/main/examples/workflows/pr-review/gemini-pr-review.yml
5454
```
5555

5656
## Usage

0 commit comments

Comments
 (0)