Using orbi-bot
This commit is contained in:
6
.github/workflows/compress-json-schemas.yml
vendored
6
.github/workflows/compress-json-schemas.yml
vendored
@@ -20,8 +20,8 @@ jobs:
|
|||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
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:
|
with:
|
||||||
specificationFile: "${{github.workspace}}/source/compress_specification.json"
|
specificationFile: "${{github.workspace}}/source/compress_specification.json"
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ${{github.workspace}}
|
cd ${{github.workspace}}
|
||||||
git config --global user.email "orbi@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 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 "orbi@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
|
||||||
|
|||||||
Reference in New Issue
Block a user