Fix repo slug
This commit is contained in:
committed by
pullfrog[bot]
parent
5604cf1868
commit
3fa309853b
@@ -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"
|
||||
Reference in New Issue
Block a user