You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub documents workflow_id as 'the ID of the workflow. You can also pass
the workflow file name as a string', and list_workflows prints that exact
path to the model -- which the next call then threw on. Verified live:
.github%2Fworkflows%2Fci.yml returns 200.
Dropped the String() wrappers on 35 guarded ids; they defeated the guard's
null rejection, so a missing id requested a resource named 'undefined'.
People API documents pageSize 0 as 'use the default' (100 for list, 10 for
search); the clamp rewrote it to 1, returning a single contact. The test
pinned that behavior and is corrected.
0 commit comments