diff --git a/.github/workflows/compress-json-schemas.yml b/.github/workflows/compress-json-schemas.yml index cfaf31b8..9b87e5e3 100644 --- a/.github/workflows/compress-json-schemas.yml +++ b/.github/workflows/compress-json-schemas.yml @@ -39,7 +39,7 @@ jobs: run: | cd ${{github.workspace}} git config --global user.email "Bot@Blockception.com" - git config --global user.name "Blockception Bot" + git config --global user.name "Blockception[bot]" git add . git commit -m "auto: Generated Json Schemas" git push diff --git a/.github/workflows/format-json-files.yml b/.github/workflows/format-json-files.yml index a1f148d8..7bc89239 100644 --- a/.github/workflows/format-json-files.yml +++ b/.github/workflows/format-json-files.yml @@ -45,6 +45,6 @@ jobs: run: | git add . git config --global user.email "Bot@Blockception.com" - git config --global user.name "Blockception Bot" + git config --global user.name "Blockception[bot]" git commit -m "auto: Formatted json files" git push