From 4dffb395c7f7558284b9d730c04b6327d329cbfe Mon Sep 17 00:00:00 2001 From: Muhammad Ammar Nabil Date: Sat, 19 Aug 2023 13:50:52 +0700 Subject: [PATCH] Change email and username commitor --- .github/workflows/black.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 81bf4b9..bbbd7e2 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -26,8 +26,8 @@ jobs: - name: Commit files run: | - git config --local user.email "mammarnabil@students.unees.ac.id" - git config --local user.name "manabil" + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" git commit -a -m "Formatting notebook" - name: Push changes