diff --git a/.github/workflows/generate-data-member.yml b/.github/workflows/generate-data-member.yml index 16257a72..16b95e55 100644 --- a/.github/workflows/generate-data-member.yml +++ b/.github/workflows/generate-data-member.yml @@ -25,8 +25,6 @@ jobs: - name: Commit changes run: | - git config --global user.email "actions@example.com" - git config --global user.name "GitHub Actions" git add . git commit -m "Commit changes from GitHub Actions"