diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 6e66ce7e9..2bca5f1b4 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -12,11 +12,8 @@ jobs: - uses: wow-actions/contributors-list@v1 with: GITHUB_TOKEN: ${{ secrets.SVG_TOKEN }} + commitMessage: 'CI: Update contributors.svg' svgPath: 'assets/static/img/contributors.svg' - svgWidth: 800 - avatarSize: 35 - avatarMargin: 5 affiliation: 'all' round: false sort: true - commitMessage: 'CI: Update contributors.svg' \ No newline at end of file