From bdf44cccee6eedef0c20533715964488e9b19ca4 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 10 May 2022 21:16:30 +0200 Subject: [PATCH] GitHub: Update contributors.yml action --- .github/workflows/contributors.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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