update contributors
This commit is contained in:
4
.github/workflows/update-contributors.yml
vendored
4
.github/workflows/update-contributors.yml
vendored
@@ -24,7 +24,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
svgPath: CONTRIBUTORS.svg
|
svgPath: CONTRIBUTORS.svg
|
||||||
userNameHeight: 19
|
svgWidth: 1000
|
||||||
|
avatarMargin: 10
|
||||||
|
userNameHeight: 18
|
||||||
itemTemplate: |
|
itemTemplate: |
|
||||||
<g transform="translate({{ x }}, {{ y }})">
|
<g transform="translate({{ x }}, {{ y }})">
|
||||||
<a xlink:href="{{{ url }}}" class="contributor-link" target="_blank" rel="nofollow sponsored" title="{{{ name }}}" id="{{{ name }}}">
|
<a xlink:href="{{{ url }}}" class="contributor-link" target="_blank" rel="nofollow sponsored" title="{{{ name }}}" id="{{{ name }}}">
|
||||||
|
|||||||
Reference in New Issue
Block a user