Renamed bot username
This commit is contained in:
2
.github/workflows/compress-json-schemas.yml
vendored
2
.github/workflows/compress-json-schemas.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ${{github.workspace}}
|
cd ${{github.workspace}}
|
||||||
git config --global user.email "Bot@Blockception.com"
|
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 add .
|
||||||
git commit -m "auto: Generated Json Schemas"
|
git commit -m "auto: Generated Json Schemas"
|
||||||
git push
|
git push
|
||||||
|
|||||||
2
.github/workflows/format-json-files.yml
vendored
2
.github/workflows/format-json-files.yml
vendored
@@ -45,6 +45,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git add .
|
git add .
|
||||||
git config --global user.email "Bot@Blockception.com"
|
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 commit -m "auto: Formatted json files"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user