1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-16 14:43:39 +00:00

ci: Update contributors-list action, increase avatar margin, and add noFetch option.

This commit is contained in:
Tw93
2026-01-05 13:18:06 +08:00
parent bd3f7f291e
commit 71ef9019b0

View File

@@ -25,14 +25,15 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Generate contributors SVG - name: Generate contributors SVG
uses: wow-actions/contributors-list@v1 uses: tw93/contributors-list@master
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
svgPath: CONTRIBUTORS.svg svgPath: CONTRIBUTORS.svg
svgWidth: 1000 svgWidth: 1000
avatarSize: 72 avatarSize: 72
avatarMargin: 20 avatarMargin: 50
userNameHeight: 20 userNameHeight: 20
noFetch: true
noCommit: true noCommit: true
includeBots: false includeBots: false
excludeUsers: "github-actions web-flow dependabot claude" excludeUsers: "github-actions web-flow dependabot claude"