diff --git a/.github/workflows/compress-json-schemas.yml b/.github/workflows/compress-json-schemas.yml index 6547c00c..7a2a0fc7 100644 --- a/.github/workflows/compress-json-schemas.yml +++ b/.github/workflows/compress-json-schemas.yml @@ -20,8 +20,8 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 - - uses: DaanV2/Json-Schema-Action-Compression@v2.1 - name: Compress Json + - name: Compress Json + uses: DaanV2/Json-Schema-Action-Compression@v2.1 with: specificationFile: "${{github.workspace}}/source/compress_specification.json" @@ -30,7 +30,7 @@ jobs: run: | cd ${{github.workspace}} 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 commit -m "auto: Generated Json Schemas" git push diff --git a/.github/workflows/format-json-files.yml b/.github/workflows/format-json-files.yml index f8eebee9..c0c347bc 100644 --- a/.github/workflows/format-json-files.yml +++ b/.github/workflows/format-json-files.yml @@ -45,6 +45,6 @@ jobs: run: | git add . 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 push