Skip to content

Commit 314c0ca

Browse files
authored
Merge pull request #6 from githubnext/copilot/fix-readme-and-ci-yml-syntax
2 parents 31dd636 + 2bf9ac9 commit 314c0ca

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)