Describe the bug
The multi-branch workflows example is broken as it depends on this repo (https://github.com/concourse/examples) to have at least one branch named feature/<name>.
I currently only see two branches in this repo named main & ``training`
Reproduction steps
- Try to implement the pipelines from https://concourse-ci.org/docs/how-to/git-guides/multi-branch/
Expected behavior
The branch variable should find feature/* branches.
Additional context
No response
Describe the bug
The multi-branch workflows example is broken as it depends on this repo (https://github.com/concourse/examples) to have at least one branch named
feature/<name>.I currently only see two branches in this repo named
main& ``training`Reproduction steps
Expected behavior
The branch variable should find
feature/*branches.Additional context
No response