Skip to content
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

[BUG]: Branch name change #73

Open
Jyotibrat opened this issue Jun 22, 2024 · 0 comments · May be fixed by #89
Open

[BUG]: Branch name change #73

Jyotibrat opened this issue Jun 22, 2024 · 0 comments · May be fixed by #89
Labels
bug Something isn't working

Comments

@Jyotibrat
Copy link

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

  • Device: Laptop
  • OS: Windows 11 home
  • Browser: Chrome

Additional context

No response

@Jyotibrat Jyotibrat added the bug Something isn't working label Jun 22, 2024
edwarddjss added a commit to edwarddjss/profile-readme-generator that referenced this issue Jan 16, 2025
Update snake workflow to use 'main' instead of 'master' as the default
branch name to match GitHub's profile README default.

Fixes maurodesouza#73
@edwarddjss edwarddjss linked a pull request Jan 16, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant