From 88d513c0b511d92e4dd2a722d4dbd9dab58e0a19 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 7 Nov 2022 16:49:45 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=9B=B4=E6=96=B0=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb82dfd..1b8d5ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,5 +10,7 @@ jobs: steps: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.6 + with: + image_size: 90 env: GITHUB_TOKEN: ${{ secrets.TOKEN }}