From 446da52fec99ae7ebe661902658508b30056560c Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Thu, 22 Sep 2022 18:30:26 +0800 Subject: [PATCH] Change contributor avatar size --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e72b394..47920cb9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,5 +30,7 @@ jobs: steps: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.6 + with: + image_size: 50 env: GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}