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
ci: support commit SHAs and surface spawn errors in ecosystem-ci
Switch from `git clone --branch` to `git init` + `git fetch --depth 1` so
the workflow's `ref` input accepts commit SHAs (as the description
already advertises), and include `result.error` / `result.signal` in the
thrown message so spawn failures are diagnosable.
Addresses Copilot review on #23.
0 commit comments