Skip to content

Commit 2bf9ac9

Browse files
Copilotpelikhan
andauthored
Fix gh aw add command syntax in README and ci.yml
Agent-Logs-Url: https://github.com/githubnext/agentic-ops/sessions/bcdddc3e-060e-49ac-829c-1bda528641e4 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent cbb185d commit 2bf9ac9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
gh_token: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Add workflows
33-
run: gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/copilot-token-optimizer
33+
run: gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/agentic-ops/copilot-token-optimizer
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repo contains a small set of GitHub Agentic Workflows for auditing Copilot
77
To add one of these workflows to your repo, use `gh aw add <owner>/<repo>/<workflow-name>`.
88

99
```bash
10-
gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/copilot-token-optimizer
10+
gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/agentic-ops/copilot-token-optimizer
1111
```
1212

1313
This adds the workflow to `.github/workflows/`. For guided setup, use `gh aw add-wizard githubnext/agentic-ops/copilot-token-audit`.

0 commit comments

Comments
 (0)