Files
shockbot/dispatch/action.yml
T
Colin McDonnell 3fa309853b Fix repo slug
2026-01-14 01:44:30 +00:00

20 lines
429 B
YAML

name: "Pullfrog Action (Dispatch)"
description: "Execute coding agents with JSON payload input"
author: "Pullfrog"
inputs:
payload:
description: "JSON payload containing prompt, event, and other configuration"
required: true
cwd:
description: "Working directory for the agent (defaults to GITHUB_WORKSPACE)"
required: false
runs:
using: "node24"
main: "entry"
branding:
icon: "code"
color: "green"