fix(ci): add missing --copilot=no flag to agent workflow

This commit is contained in:
justsisyphus
2026-01-16 00:26:44 +09:00
parent 747d824cbf
commit 72a3975799

View File

@@ -103,7 +103,7 @@ jobs:
opencode --version
# Run local oh-my-opencode install (uses built dist)
bun run dist/cli/index.js install --no-tui --claude=max20 --chatgpt=no --gemini=no
bun run dist/cli/index.js install --no-tui --claude=max20 --chatgpt=no --gemini=no --copilot=no
# Override plugin to use local file reference
OPENCODE_JSON=~/.config/opencode/opencode.json