From 71cef9832e3f268b9d79870ac2626823b2cfe643 Mon Sep 17 00:00:00 2001 From: naiba Date: Mon, 8 May 2023 12:51:14 +0800 Subject: [PATCH] update contributors avatar size --- .github/workflows/contributors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 78051ad..c90bc4a 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -14,9 +14,9 @@ jobs: with: filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) hideName: 'false' # Hide names in htmlTable - avatarSize: 33 # Set the avatar size. + avatarSize: 50 # Set the avatar size. truncate: 6 - avatarMargin: 6 + avatarMargin: 8 - name: Modify htmlTable README.md uses: jaywcjlove/github-action-modify-file-content@main