From c00dd310d81cc7b03530e0243cf2bfe1319dc900 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:10:35 +0000 Subject: [PATCH] Fix contributors workflow to update CONTRIBUTORS.md Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com> --- .github/workflows/contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 4cb3954..345ac8f 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -24,6 +24,7 @@ jobs: - name: Update Contributors uses: akhilmhdh/contributors-readme-action@v2.3.6 with: + readme_path: "CONTRIBUTORS.md" image_size: 100 columns_per_row: 7 commit_message: "docs: update contributors list"