Fix repo slug

This commit is contained in:
Colin McDonnell
2026-01-14 01:44:30 +00:00
committed by pullfrog[bot]
parent 5604cf1868
commit 3fa309853b
16 changed files with 278033 additions and 58 deletions
+19
View File
@@ -0,0 +1,19 @@
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"