From f361db762226d94f7015f09e277514e5b11e623e Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 13 Jan 2024 16:32:54 -0800 Subject: [PATCH] chore(ci): Use username for contributors --- .github/workflows/contributors.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 2ee8ffe3..2dd3e154 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -17,6 +17,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: akhilmhdh/contributors-readme-action@v2.3.6 + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.6 + with: + use_username: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}