From c6aab846543bac6abb3607da1be97acd13cb4fb1 Mon Sep 17 00:00:00 2001 From: srikant Date: Fri, 23 Feb 2024 12:48:24 +0530 Subject: [PATCH] Update username and id as default Signed-off-by: srikant --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32e300b107..c712c2f3c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: - uses: actions/checkout@v4 - name: Configure Git Credentials run: | - git config srikant-ch5 github-actions[bot] - git config srksriks123@gmail.com 41898282+github-actions[bot]@users.noreply.github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com - uses: actions/setup-python@v5 with: python-version: 3.x