rishikesh2919/AAVA Workflow

Run an AAVA workflow with inputs and report the result. Fails the step if the workflow fails — use it as a required PR check.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflow-idAAVA workflow (pipeline) id to run.yes
inputsWorkflow inputs as a JSON object string.yes
tokenAAVA access token (JWT). Pass via a repository secret, never inline.yes
base-urlAAVA API base URL.nohttps://int-ai.aava.ai
timeoutMax seconds to wait for the workflow to finish.no900
comment-on-prPost the result as a comment on the PR (pull_request events only; uses GITHUB_TOKEN).nofalse
namedescription
run-idAAVA run id.
statusCOMPLETED | FAILED | TIMEOUT.
resultFull aava-exec --json payload (run_id, workflow_id, status, result).