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