yoshi389111 / github-profile-3d-contrib

This GitHub Action creates a GitHub contribution calendar on a 3D profile image.
MIT License
1.05k stars 173 forks source link

How to hide the daily push by the Github Actions? #23

Closed dukechain2333 closed 2 years ago

dukechain2333 commented 2 years ago

Hi there!

Your repo is gorgeous. Thanks for sharing. But I have some questions about it. You see, your Github Actions push a new generated svg everyday, but I can't see the push in your contribution box as well as your newly generated svg, just like below.

image

I can only suppose you did something special that can filter the automatic push. Could you share your method of how you doing that? I will be really appreciate it.

yoshi389111 commented 2 years ago

Hi dukechain2333. Thanks for visiting my repository.

See the following github help.

Why are my contributions not showing up on my profile?

Commits will appear on your contributions graph if they meet all of the following conditions:

  • The email address used for the commits is associated with your account on GitHub.com.
  • ...

If you commit with an email address that is not associated with github, you will not be recognized as a contributor.

dukechain2333 commented 2 years ago

Roger that. Thanks a lot