Clean up actions and payloads (#98)

* Clean up actions and payloads

* Clean up action

* Cleanup
This commit is contained in:
Colin McDonnell
2026-01-16 07:16:25 +00:00
committed by pullfrog[bot]
parent 5c60791b34
commit 9e019d89d2
68 changed files with 28182 additions and 306308 deletions
+1 -3
View File
@@ -1,12 +1,10 @@
# note: this file must remain identical to action/action.yml and action/run/action.yml
# future agents: keep both files in sync manually
name: "Pullfrog Action"
description: "Execute coding agents with a prompt"
author: "Pullfrog"
inputs:
prompt:
description: "Prompt to send to the agent"
description: "Prompt to send to the agent (string or JSON payload)"
required: true
effort:
description: "Effort level: mini (fast), auto (default), max (most capable)"