Thanks for sharing the deployment IDs. It looks like a git metadata configuration issue from what I can see in the logs.
Can you check that your email address for local commits matches your GitHub account? You can use git config user.email to check it and git config --global user.email <your-email-address> to update it if needed.