Remove accidentally committed file (#92)

This commit is contained in:
Mateusz Burzyński
2026-01-15 21:09:14 +00:00
committed by pullfrog[bot]
parent 4883a3eb7e
commit 0ccaa68d3a
-23
View File
@@ -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"