mirror of
https://github.com/peter-evans/create-pull-request.git
synced 2026-05-14 02:22:41 +00:00
2df30281e1
The credentialIncludes array was missing a type annotation, causing TypeScript to infer it as never[] and reject string pushes.