From 49f90ec511d78295ad831705e1d1c1ef6e70bb29 Mon Sep 17 00:00:00 2001 From: DHD2280 Date: Wed, 13 Nov 2024 23:08:13 +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 4832f34e..eb51a749 100644 --- a/.github/workflows/fetch_contributors.yml +++ b/.github/workflows/fetch_contributors.yml @@ -19,7 +19,7 @@ jobs: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.10 with: - readme_path: "./docs/contributors.md" + readme_path: "docs/contributors.md" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}