Description
Hey @s0 👋 Thanks for this working on this, I've been super excited to use the new commitMode
API!
I'm running into an error (see here) that only happens when using commitMode: "github-api"
and does not happen when using the default commitMode
, and I think the error is coming from this line. The error is:
NotFoundError: Could not find 56f9a0bba782dac4d4fc8bd85b013694451fee8c.
The commit does exist though, so I'm thinking it has to do with that call to git.log
. Have you seen this error? I also tried adding fetch-depth: 0
to my checkout step, but the same error occurs. LMK if there's more info I can provide, or is there's a way to enable debug logging. Thank you!