Using orbi[bot]
This commit is contained in:
2
.github/workflows/compress-json-schemas.yml
vendored
2
.github/workflows/compress-json-schemas.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: |
|
||||
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 add .
|
||||
git commit -m "auto: Generated Json Schemas"
|
||||
|
||||
2
.github/workflows/format-json-files.yml
vendored
2
.github/workflows/format-json-files.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: |
|
||||
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 commit -m "auto: Formatted json files"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user