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:
@@ -4,9 +4,9 @@
|
||||
|
||||
{{#each authors}}
|
||||
{{#if github}}
|
||||
- {{#if avatar_url}}{{/if}} [{{name}}]({{github}}) ({{insertions}}++ / {{deletions}}--)
|
||||
- {{#if avatar_url}}{{/if}} [{{displayName}}]({{github}}) ({{insertions}}++ / {{deletions}}--)
|
||||
{{else}}
|
||||
- {{name}} ({{insertions}}++ / {{deletions}}--)
|
||||
- {{displayName}} ({{insertions}}++ / {{deletions}}--)
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user