This repo seem to have main hardcoded everywhere as the default branch for everything. In my case we dont use main at all in our repo and I have to fork and manually find&replace all "main" occurrences in the repo, then maintain the changes over rebases. It would be great if default branch would be configurable. It doesn't need to be dynamic, a terraform parameter is totally fine, as the value is not changing that often.
This repo seem to have
mainhardcoded everywhere as the default branch for everything. In my case we dont usemainat all in our repo and I have to fork and manually find&replace all"main"occurrences in the repo, then maintain the changes over rebases. It would be great if default branch would be configurable. It doesn't need to be dynamic, a terraform parameter is totally fine, as the value is not changing that often.