I tried to run scaffolder-templates/clean-architecture-app, but catalog-info.yaml showned "undefined:undefined". Wonder what am I missing?
The code in catalog-info.yaml has
annotations:
github.com/project-slug: ${{values.destination.owner + "/" + values.destination.repo}}
but I don't see values.destination defined any where. What did I missed?