From 94d139e484290965e944e51fefe0f134c724369f Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Mon, 5 Dec 2022 16:46:29 +0100 Subject: [PATCH] ci(contributors): add username avatar --- .github/workflows/contributors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 3f88f5c..b62b053 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -14,5 +14,7 @@ jobs: steps: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.6 + with: + image_size: 50 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}