Using orbi[bot]

This commit is contained in:
DaanV2
2022-10-28 16:14:56 +02:00
parent 1d01453631
commit 382b87590d
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
continue-on-error: true continue-on-error: true
run: | run: |
cd ${{github.workspace}} cd ${{github.workspace}}
git config --global user.email "Blockception@github.com" git config --global user.email "orbi@blockception.com"
git config --global user.name "Orbi[bot]" git config --global user.name "Orbi[bot]"
git add . git add .
git commit -m "auto: Generated Json Schemas" git commit -m "auto: Generated Json Schemas"

View File

@@ -44,7 +44,7 @@ jobs:
continue-on-error: true continue-on-error: true
run: | run: |
git add . git add .
git config --global user.email "Bot@Blockception.com" git config --global user.email "orbi@blockception.com"
git config --global user.name "Orbi[bot]" git config --global user.name "Orbi[bot]"
git commit -m "auto: Formatted json files" git commit -m "auto: Formatted json files"
git push git push