Fix README template to correctly reference GitHub owner in recent releases section

This commit is contained in:
Luke Hagar
2025-11-17 16:20:43 +00:00
parent e18ccf19c7
commit 68863cdbb5

View File

@@ -16,7 +16,7 @@ A collection of all of my favorite GitHub automation tools.
#### 🔭 Latest releases I've contributed to
{{range recentReleases 10}}
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username={{.Owner.Login}}&repo={{.Name}})]({{.URL}})
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username={{.Owner}}&repo={{.Name}})]({{.URL}})
{{- end}}
#### 🔨 My recent Pull Requests