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

chore(ci): fix automatic contributors resolving; (#5403)

This commit is contained in:
Dmitriy Mozgovoy
2022-12-23 16:49:47 +02:00
committed by GitHub
parent 341f735297
commit 8de391ff8a
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
{{#each authors}}
{{#if github}}
- {{#if avatar_url}}![avatar]({{avatar_url_sm}}){{/if}} [{{name}}]({{github}}) ({{insertions}}++ / {{deletions}}--)
- {{#if avatar_url}}![avatar]({{avatar_url_sm}}){{/if}} [{{displayName}}]({{github}}) ({{insertions}}++ / {{deletions}}--)
{{else}}
- {{name}} ({{insertions}}++ / {{deletions}}--)
- {{displayName}} ({{insertions}}++ / {{deletions}}--)
{{/if}}
{{/each}}