Renamed bot username

This commit is contained in:
DaanV2
2022-10-25 21:27:11 +02:00
parent c1edb3e0bd
commit 35f5f72ca4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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