File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,34 +10,34 @@ inputs:
1010 version :
1111 description : The version of mecha to install
1212 required : true
13- default : " latest"
13+ default : ' latest'
1414 source :
1515 description : The list of data packs, functions files or folders to validate
1616 required : true
1717 minecraft :
1818 description : The version of minecraft to use for checking commands
1919 required : true
20- default : " 1.17"
20+ default : ' 1.17'
2121 log :
2222 description : The output log level
2323 required : true
24- default : " WARNING"
24+ default : ' WARNING'
2525
2626runs :
2727 using : composite
2828 steps :
2929 - name : Setup python
3030 uses : actions/setup-python@v2
3131 with :
32- python-version : " 3.9"
32+ python-version : ' 3.9'
3333 - name : Setup cache
3434 id : cached-mecha-venv
3535 uses : actions/cache@v2
3636 with :
3737 path : ~/.mecha_venv
3838 key : mecha-venv-${{ runner.os }}-${{ inputs.version }}
3939 - name : Install mecha
40- if : steps.cached-mecha-venv.outputs.cache-hit != " true"
40+ if : steps.cached-mecha-venv.outputs.cache-hit != ' true'
4141 env :
4242 MECHA_VERSION : ${{ inputs.version }}
4343 run : |
You can’t perform that action at this time.
0 commit comments