Merge branch 'main' of https://github.com/Blockception/Minecraft-bedrock-json-schemas into main
This commit is contained in:
12
.github/workflows/compress-json-schemas.yml
vendored
12
.github/workflows/compress-json-schemas.yml
vendored
@@ -23,18 +23,18 @@ jobs:
|
|||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2.3.4
|
||||||
|
|
||||||
- uses: DaanV2/Json-Schema-Action-Compression@v0.1
|
- uses: DaanV2/Json-Schema-Action-Compression@v0.2
|
||||||
with:
|
with:
|
||||||
specificationFile: ${{github.workspace}}\source\compress specification.json
|
specificationFile: "${{github.workspace}}\\source\\compress_specification.json"
|
||||||
|
|
||||||
- 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 "Blockception@example.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 .
|
||||||
git commit -m "auto: Compressed json schemas"
|
git commit -m "auto: Generated typescript includes"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user