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.