From 4996b08f8bef9226809eb0e73afb26d0a7634334 Mon Sep 17 00:00:00 2001 From: Atharva Arya Date: Wed, 18 Dec 2024 19:07:21 +0530 Subject: [PATCH] Modifying tests for testing --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b35b033c78b..1addef4ec9a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -98,8 +98,10 @@ jobs: shell: bash run: | cd tardis-regression-data - git config --global user.name 'atharva-2001' - git config --global user.email 'aryaatharva18@gmail.com' + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config user.name "github-actions[bot]" + + # git config user.name "GitHub Actions Bot" # git config user.email "actions@github.com"