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