2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

chore(ci): fixed contributors avatar rendering for CHANGELOG.md; (#5514)

This commit is contained in:
Dmitriy Mozgovoy
2023-01-31 17:56:09 +02:00
committed by GitHub
parent 9957377260
commit 9263473154
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{{#each authors}}
{{#unless isBot}}
{{#if login}}
- {{#if avatar_url}}![avatar]({{avatar_url_sm}}){{/if}} [{{displayName}}]({{html_url}} "+{{insertions}}/-{{deletions}} ({{#each prs}}#{{this}} {{/each}})")
- {{#if avatar_url}}<img src="{{avatar_url_sm}}" alt="avatar" width="18"/>{{/if}} [{{displayName}}]({{html_url}} "+{{insertions}}/-{{deletions}} ({{#each prs}}#{{this}} {{/each}})")
{{else}}
- {{displayName}}
{{/if}}