The repositories input doesn't play nicly with ${{ github.repository }} (original) (raw)
When passing in a list of repos to scope the app's access to, github.repository can't be used (supprisingly).
Also building specific repos using ${{github.repository_owner}}/repo doesn't work.
This would be usefull when working across forks and / or reusing workflow snippets.
- improve documentation to better reflect what input is expected
- filter the inputs to work with owners
- generally add
github.repositor_nameupstream into the github-context