From 6c6fd06712d61cbe5af6cee62316d1862e36620c Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:22:41 +0200 Subject: [PATCH] Update contributors.yml --- .github/workflows/contributors.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index bb053db..f8a6305 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -37,12 +37,12 @@ jobs: ORGANIZATION: Herb-AI SPONSOR_INFO: "true" LINK_TO_PROFILE: "true" + + - name: Check out repository code + uses: actions/checkout@v4 - name: Add and commit CONTRIBUTORS.md uses: EndBug/add-and-commit@v9 with: - author_name: IssaHanou - author_email: i.k.hanou@tudelft.nl message: "Monthly contributors report" default_author: github_actor - fetch: false