From 937746a09c952fa73998800438774fad5dcf0473 Mon Sep 17 00:00:00 2001 From: Puranjay Savar Mattas Date: Wed, 9 Jul 2025 15:06:34 +0100 Subject: [PATCH] UNICORE: lib correction for workflow Signed-off-by: Puranjay Savar Mattas --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index cb89646..45b53a2 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Generate Contributors List - uses: khulnasoft/readme-contributors-action@v2 + uses: akhilmhdh/contributors-readme-action@v2.3.10 with: # This token is automatically generated by GitHub token: ${{ secrets.GITHUB_TOKEN }}