From c856a3d66933b3995ffcca0af3a90385a63c8c81 Mon Sep 17 00:00:00 2001 From: Parth Malhotra <28601533+parthmalhotra@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:38:42 +0530 Subject: [PATCH] Update new-templates.yml --- .github/workflows/new-templates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-templates.yml b/.github/workflows/new-templates.yml index 610b53a2dc..60cd914a4a 100644 --- a/.github/workflows/new-templates.yml +++ b/.github/workflows/new-templates.yml @@ -27,8 +27,8 @@ jobs: - name: Commit files run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --local user.email "bot@projectdiscovery.io" + git config --local user.name "[PDBot]" git add .new-additions -f git commit --allow-empty -m "Auto Generated New Template Addition List [$(date)] :robot:" -a