-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaction.yml
More file actions
58 lines (56 loc) · 1.42 KB
/
action.yml
File metadata and controls
58 lines (56 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: Warp Agent
description: Run the Warp agent in a GitHub workflow
author: Warp Team <[email protected]>
inputs:
prompt:
description: Prompt for the Warp Agent
required: false
saved_prompt:
description: 'Warp Drive Saved prompt ID for the Warp agent'
required: false
default: ''
model:
description: 'Override the base model used by the agent (Warp model ID)'
required: false
default: ''
name:
description: 'Name for this agent task'
required: false
default: ''
mcp:
description:
'MCP configuration in JSON format (or path to a mcp.json file) to start before executing the
agent'
required: false
default: ''
cwd:
description: 'Current working directory for the Warp agent'
required: false
default: ''
profile:
description: 'Warp Agent profile for the Warp agent'
required: false
default: ''
output_format:
description: Format for agent output
required: true
default: text
warp_api_key:
description: 'Warp API key for the Warp agent'
required: false
default: ''
share:
description: Recipients to share the agent's session with in Warp.
required: false
default: ''
warp_channel:
description: Warp release channel to use
required: true
default: stable
warp_version:
description: Specific Warp version to install
required: true
default: latest
runs:
using: node24
main: dist/index.js