maurodesouza / profile-readme-generator

🎨 Enhance your GitHub profile with this amazing tool, which allows you to create a personalized README quickly and easily. This profile README generator is the best you'll find 🚀
https://profile-readme-generator.com
MIT License
1.56k stars 236 forks source link

[BUG]: Branch name change #73

Open Jyotibrat opened 2 months ago

Jyotibrat commented 2 months ago

What happens?

For the snake animation, I have checked out the website and when it generates the "snake.yml" file the branch name is "master". For this reason I was stuck at that for 1 complete day and then, I changed the named to "main" branch and it worked. So, I think it will be better to change it to "main" branch or doing it like this "branches: ["master", "main"]".

What are the steps to reproduce this issue?

1) Go to https://profile-readme-generator.com/ 2) To make a README file choose the second template or to make a custom one choose the snake animation. 3) Click on "Generate README". 4) The README generated will be along with "snake.yml" file. 5) Open the "snake.yml" file and copy it. 6) Copy it in the workflows of your GitHub. 7) Change the necessary parts like "Github token", "Username", etc. 8) Also the branch need to be changed from "master" to "main" (bug).

What were you expecting to happen?

I was expecting to run the snake animation on my GitHub profile but it wasn't doing the same and when I changed the name of the branch from "master" to "main" it worked.

Additional information about your environment

Additional context

No response