alexhawat/Pullfrog Action (Python)

Execute coding agents with a prompt (standalone BYOK Python runtime)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
promptPrompt to send to the agent (string or JSON payload)no
prompt_filePath to a file (relative to GITHUB_WORKSPACE) whose contents are used as the prompt. Set exactly one of prompt or prompt_file.no
timeoutMaximum run duration (e.g., 10m, 1h30m). Default: 1hno
modelModel to use — a curated slug (e.g. anthropic/claude-opus) or a raw models.dev specifier. Overrides repo settings.no
cwdWorking directory for the agent (defaults to GITHUB_WORKSPACE)no
pushGit push permission: disabled, restricted, or enabled. Default: enabledno
shellShell permission: disabled, restricted, or enabled.no
status_checksPost pullfrog and pullfrog-approval commit-status checks: disabled (default) or enabled.no
output_schemaJSON Schema (draft-07) for structured output validation.no
tokenGitHub-provided token with job-scoped permissions.no${{ github.token }}
namedescription
resultSet when the prompt requests it; required when output_schema is provided.