From 382b87590d09022dd8b44ff4ac24787bc2cc4f17 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 28 Oct 2022 16:14:56 +0200 Subject: [PATCH] Using orbi[bot] --- .github/workflows/compress-json-schemas.yml | 2 +- .github/workflows/format-json-files.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compress-json-schemas.yml b/.github/workflows/compress-json-schemas.yml index eb4aaa81..6547c00c 100644 --- a/.github/workflows/compress-json-schemas.yml +++ b/.github/workflows/compress-json-schemas.yml @@ -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" diff --git a/.github/workflows/format-json-files.yml b/.github/workflows/format-json-files.yml index 1fbbd109..f8eebee9 100644 --- a/.github/workflows/format-json-files.yml +++ b/.github/workflows/format-json-files.yml @@ -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