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 }}