Update compress-json-schemas.yml
This commit is contained in:
2
.github/workflows/compress-json-schemas.yml
vendored
2
.github/workflows/compress-json-schemas.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user