-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix "fatal: bad object" Error #4
Comments
maltfield
added a commit
that referenced
this issue
Aug 8, 2024
This commit adds some debugging (to print the full JSON github context vars) and attempts to checkout the head ref before attempting to do a diff. Hopefully this will fix issues of "object not found" because the diff is currently being done in the repo's default branch (main or master), but that won't work if the PR is being submitted to a different branch (eg 'dev') or, maybe, if the PR is being submitted from a different branch. See also * https://stackoverflow.com/questions/70104600/complete-list-of-github-actions-contexts * #4 * BusKill/buskill-app#90 (comment)
maltfield
added a commit
to BusKill/buskill-app
that referenced
this issue
Aug 8, 2024
This is fixed. It turns out the issue was that it couldn't find the commit because it wasn't in the branch for the user's submitted PR. I fixed it by adding a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue will track the effort to fix instances where the unicode workflow fails with the following error
The text was updated successfully, but these errors were encountered: