fix(repo-card): add missing dollar sign

This commit is contained in:
ZhenShuo Leo
2025-08-03 05:48:51 +08:00
parent ec912c4a92
commit 96d164265f
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -4,11 +4,11 @@
{{- $giteaData := dict -}}
{{- with try (resources.GetRemote $giteaURL) -}}
{{- with .Err -}}
{{- warnf "gitea shortcode: failed to fetch remote resource from %q: %s" $giteaURL .Position -}}
{{- warnf "gitea shortcode: failed to fetch remote resource from %q: %s" $giteaURL $.Position -}}
{{- else with .Value -}}
{{- $giteaData = . | transform.Unmarshal -}}
{{- else -}}
{{- warnf "gitea shortcode: unable to get remote resource from %q: %s" $giteaURL .Position -}}
{{- warnf "gitea shortcode: unable to get remote resource from %q: %s" $giteaURL $.Position -}}
{{- end -}}
{{- end -}}