-
Notifications
You must be signed in to change notification settings - Fork 8
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
Avatars aren't working #13
Comments
Thank you for the ticket. After investigating the actions is working as expected. Please note the the action only can fetch your avatar when your commit email is your primary email in GitHub. For debugging I printed all your contributor names, commit email and the matching api call for your repository. In your repository not a single email can be resolve to an actual image.
If you need further help, don't hesitate to ask. |
Ah it's because my email is set to private and replaced with [email protected]. |
I just found an end point in the GitHub api when you can fetch the user avatar by name. In the upcoming days I will push a new version which check for commit email and name. |
This works for most of your commits: artifacts |
Thanks a ton! |
Here you can see my workflow action yaml:
https://github.com/Ismoh/NoitaMP/blob/69-integrate-gourceio-because-its-fun/.github/workflows/gource.yml#L20
As you can see in the action result, there aren't any avatars shown:
https://github.com/Ismoh/NoitaMP/actions/runs/2962234230
Only the artifact:
https://github.com/Ismoh/NoitaMP/suites/8064812629/artifacts/347452077
The text was updated successfully, but these errors were encountered: