mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 11:31:46 +00:00
ci: Update contributors-list action, increase avatar margin, and add noFetch option.
This commit is contained in:
5
.github/workflows/update-contributors.yml
vendored
5
.github/workflows/update-contributors.yml
vendored
@@ -25,14 +25,15 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Generate contributors SVG
|
||||
uses: wow-actions/contributors-list@v1
|
||||
uses: tw93/contributors-list@master
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
svgPath: CONTRIBUTORS.svg
|
||||
svgWidth: 1000
|
||||
avatarSize: 72
|
||||
avatarMargin: 20
|
||||
avatarMargin: 50
|
||||
userNameHeight: 20
|
||||
noFetch: true
|
||||
noCommit: true
|
||||
includeBots: false
|
||||
excludeUsers: "github-actions web-flow dependabot claude"
|
||||
|
||||
Reference in New Issue
Block a user