From 68863cdbb50d553fee92657d9646ea93d0ba5108 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 17 Nov 2025 16:20:43 +0000 Subject: [PATCH] Fix README template to correctly reference GitHub owner in recent releases section --- templates/README.md.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/README.md.tpl b/templates/README.md.tpl index 996c9b6..8168d7f 100644 --- a/templates/README.md.tpl +++ b/templates/README.md.tpl @@ -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