Skip to content

Verify toolkit docs before publishing#1070

Open
jottakka wants to merge 1 commit into
mainfrom
split/verify-toolkit-docs-publish-workflow
Open

Verify toolkit docs before publishing#1070
jottakka wants to merge 1 commit into
mainfrom
split/verify-toolkit-docs-publish-workflow

ci: verify toolkit docs before publishing

721b9bc
Select commit
Loading
Failed to load commit list.
Cursor / Cursor Bugbot completed Jul 16, 2026 in 1s

Bugbot Review

Bugbot Analysis Progress (4s elapsed)

✅ Gathered PR context (3s)
✅ Found matching local Bugbot review (0s)
✅ Posted local review results (1s)

Final Result: Bugbot reused Local Bugbot review and found 1 potential issue.

Request ID: serverGenReqId_0365f0cf-92c1-4a86-9f4f-c2234377c5fe

Details

Current version of PR was reviewed by /review-bugbot on Jul 16, 16:06 GMT-3. It flagged 1 finding.

Show 1 finding

1. workflow_dispatch inputs wrongly indented

.github/workflows/generate-toolkit-docs.yml:13 · High Severity

The new inputs block is indented at the same level as workflow_dispatch under on:, so it is a sibling trigger key rather than a child of workflow_dispatch. GitHub Actions only accepts inputs nested under on.workflow_dispatch; a top-level on.inputs entry is treated as an invalid webhook event and the workflow file fails validation.

Bugbot on commit 721b9bc is skipped.