Remove accidentally committed file (#92)
This commit is contained in:
committed by
pullfrog[bot]
parent
4883a3eb7e
commit
0ccaa68d3a
@@ -1,23 +0,0 @@
|
|||||||
name: "Pullfrog Action"
|
|
||||||
description: "Execute coding agents with a prompt"
|
|
||||||
author: "Pullfrog"
|
|
||||||
|
|
||||||
inputs:
|
|
||||||
prompt:
|
|
||||||
description: "Prompt to send to the agent"
|
|
||||||
required: true
|
|
||||||
effort:
|
|
||||||
description: "Effort level: mini (fast), auto (default), max (most capable)"
|
|
||||||
required: false
|
|
||||||
default: "auto"
|
|
||||||
cwd:
|
|
||||||
description: "Working directory for the agent (defaults to GITHUB_WORKSPACE)"
|
|
||||||
required: false
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: "node24"
|
|
||||||
main: "entry"
|
|
||||||
|
|
||||||
branding:
|
|
||||||
icon: "code"
|
|
||||||
color: "green"
|
|
||||||
Reference in New Issue
Block a user