diff --git a/.github/workflows/convert_to_json.yml b/.github/workflows/convert_to_json.yml index b8e7e00..7eb225a 100644 --- a/.github/workflows/convert_to_json.yml +++ b/.github/workflows/convert_to_json.yml @@ -29,8 +29,8 @@ jobs: - name: Configure Git run: | - git config --global user.name "GitHub Actions Bot" - git config --global user.email "actions@users.noreply.github.com" + git config --global user.email "actions@github.com" + git config --global user.name "GitHub Actions" - name: Commit and push JSON file run: |