This release changes two things:
- We use
repositoryOwner
from the GitHub API to get repositories now, instead oforganization
- meaning this action now works for user owned templates too. - We used to order by
PUSHED_AT
, causing the order we listed repositories using the template to change over time, now we useCREATED_AT
to be more stable.