Skip to content

Commit 71ef901

Browse files
committed
ci: Update contributors-list action, increase avatar margin, and add noFetch option.
1 parent bd3f7f2 commit 71ef901

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-contributors.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Generate contributors SVG
28-
uses: wow-actions/contributors-list@v1
28+
uses: tw93/contributors-list@master
2929
with:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
svgPath: CONTRIBUTORS.svg
3232
svgWidth: 1000
3333
avatarSize: 72
34-
avatarMargin: 20
34+
avatarMargin: 50
3535
userNameHeight: 20
36+
noFetch: true
3637
noCommit: true
3738
includeBots: false
3839
excludeUsers: "github-actions web-flow dependabot claude"

0 commit comments

Comments
 (0)