Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/continue-agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
workflow_call:
inputs:
agents-path:
description: 'Path to agents folder'
description: "Path to agents folder"
required: false
default: '.continue/agents'
default: ".continue/agents"
type: string
secrets:
ANTHROPIC_API_KEY:
description: 'Anthropic API key for Claude'
description: "Anthropic API key for Claude"
required: true

permissions:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: "20"

- name: Install Continue CLI
run: npm i -g @continuedev/cli
Expand Down
Loading
Loading