Skip to content

Fix gh aw add command syntax in README and ci.yml#6

Merged
pelikhan merged 1 commit into
mainfrom
copilot/fix-readme-and-ci-yml-syntax
May 5, 2026
Merged

Fix gh aw add command syntax in README and ci.yml#6
pelikhan merged 1 commit into
mainfrom
copilot/fix-readme-and-ci-yml-syntax

Conversation

Copilot AI commented May 5, 2026

Copy link
Copy Markdown
Contributor

The gh aw add command requires all arguments in owner/repo/workflow-name format, but the second workflow spec was passed as githubnext/copilot-token-optimizer (missing the repo segment), causing the CI add job to fail.

Changes

  • README.md and .github/workflows/ci.yml: corrected second argument from githubnext/copilot-token-optimizergithubnext/agentic-ops/copilot-token-optimizer
# Before (invalid)
gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/copilot-token-optimizer

# After
gh aw add githubnext/agentic-ops/copilot-token-audit githubnext/agentic-ops/copilot-token-optimizer

@pelikhan
pelikhan marked this pull request as ready for review May 5, 2026 06:32
@pelikhan
pelikhan merged commit 314c0ca into main May 5, 2026
@mnkiefer
mnkiefer deleted the copilot/fix-readme-and-ci-yml-syntax branch May 5, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants