Skip to content

Commit f3940a8

Browse files
authored
Fix gh-aw extension installation command in documentation (#80)
1 parent 348e5e4 commit f3940a8

15 files changed

+15
-15
lines changed

docs/ci-doctor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [CI Doctor workflow](../workflows/ci-doctor.md?plain=1) monitors your GitHub
88

99
```bash
1010
# Install the 'gh aw' extension
11-
gh aw extension install githubnext/agentics
11+
gh extension install githubnext/gh-aw
1212

1313
# Add the CI Doctor workflow to your repository
1414
gh aw add githubnext/agentics/ci-doctor --pr

docs/daily-accessibility-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [daily accessibility review workflow](../workflows/daily-accessibility-revie
88

99
```bash
1010
# Install the 'gh aw' extension
11-
gh aw extension install githubnext/agentics
11+
gh extension install githubnext/gh-aw
1212

1313
# Add the Daily Accessibility Review workflow to your repository
1414
gh aw add githubnext/agentics/daily-accessibility-review --pr

docs/daily-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [daily dependency updater workflow](../workflows/daily-dependency-updates.md
88

99
```bash
1010
# Install the 'gh aw' extension
11-
gh aw extension install githubnext/agentics
11+
gh extension install githubnext/gh-aw
1212

1313
# Add the Daily Dependency Updater workflow to your repository
1414
gh aw add githubnext/agentics/daily-dependency-updates --pr

docs/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [daily performance improver workflow](../workflows/daily-perf-improver.md?pl
88

99
```bash
1010
# Install the 'gh aw' extension
11-
gh aw extension install githubnext/agentics
11+
gh extension install githubnext/gh-aw
1212

1313
# Add the Daily Performance Improver workflow to your repository
1414
gh aw add githubnext/agentics/daily-perf-improver --pr

docs/daily-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [daily plan workflow](../workflows/daily-plan.md?plain=1) will run daily to
88

99
```bash
1010
# Install the 'gh aw' extension
11-
gh aw extension install githubnext/agentics
11+
gh extension install githubnext/gh-aw
1212

1313
# Add the Daily Plan workflow to your repository
1414
gh aw add githubnext/agentics/daily-plan --pr

docs/daily-progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [daily progress workflow](../workflows/daily-progress.md?plain=1) is an auto
88

99
```bash
1010
# Install the 'gh aw' extension
11-
gh aw extension install githubnext/agentics
11+
gh extension install githubnext/gh-aw
1212

1313
# Add the Daily Progress workflow to your repository
1414
gh aw add githubnext/agentics/daily-progress --pr

docs/daily-qa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [daily Adhoc QA workflow](../workflows/daily-qa.md?plain=1) will perform adh
88

99
```bash
1010
# Install the 'gh aw' extension
11-
gh aw extension install githubnext/agentics
11+
gh extension install githubnext/gh-aw
1212

1313
# Add the Daily QA workflow to your repository
1414
gh aw add githubnext/agentics/daily-qa --pr

docs/daily-team-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [daily team status workflow](../workflows/daily-team-status.md?plain=1) will
88

99
```bash
1010
# Install the 'gh aw' extension
11-
gh aw extension install githubnext/agentics
11+
gh extension install githubnext/gh-aw
1212

1313
# Add the Daily Team Status workflow to your repository
1414
gh aw add githubnext/agentics/daily-team-status --pr

docs/daily-test-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [daily test coverage improver workflow](../workflows/daily-test-improver.md?
88

99
```bash
1010
# Install the 'gh aw' extension
11-
gh aw extension install githubnext/agentics
11+
gh extension install githubnext/gh-aw
1212

1313
# Add the Daily Test Coverage Improver workflow to your repository
1414
gh aw add githubnext/agentics/daily-test-improver --pr

docs/issue-triage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [issue triage workflow](../workflows/issue-triage.md?plain=1) will when issu
88

99
```bash
1010
# Install the 'gh aw' extension
11-
gh aw extension install githubnext/agentics
11+
gh extension install githubnext/gh-aw
1212

1313
# Add the Issue Triage workflow to your repository
1414
gh aw add githubnext/agentics/issue-triage --pr

0 commit comments

Comments
 (0)