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] Step 0 workflow not being triggered #87

Closed
RelicCornhusk opened this issue Apr 12, 2024 · 1 comment
Closed

[Bug] Step 0 workflow not being triggered #87

RelicCornhusk opened this issue Apr 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@RelicCornhusk
Copy link
Contributor

Summary

When I create a repository from template by following the instructions on the README, the README does not update itself after refreshing the page after 20 seconds. In investigating the cause, I noticed that there was not execution for the Step 0 workflow in the 'Actions' tab. This is a consequence of the type of trigger being used (create instead of push).

I did notice one exception to this that is if the user selects the check box 'Include all branches', which also creates a branch besides 'main' during repository creation and thus runs the workflow. However, this checkbox is not selected by default and I suspect it would not trigger the automation if at any point there are no other branches besides 'main'.

How to reproduce

  1. Follow the steps on the README for creating repository from template.
  2. Notice the README will not be changed after 20 seconds.
@hectorsector
Copy link
Contributor

Thanks for the contribution, @RelicCornhusk! ❤ #86

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

No branches or pull requests

2 participants