From af11504a625146db9f0fdec135a1107bfa4fd0dd Mon Sep 17 00:00:00 2001 From: DHD2280 Date: Wed, 13 Nov 2024 23:02:33 +0100 Subject: [PATCH] update workflow --- .github/workflows/fetch_contributors.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/fetch_contributors.yml b/.github/workflows/fetch_contributors.yml index d97bd1b2..4832f34e 100644 --- a/.github/workflows/fetch_contributors.yml +++ b/.github/workflows/fetch_contributors.yml @@ -19,7 +19,6 @@ jobs: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.10 with: - image_size: 32 readme_path: "./docs/contributors.md" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}