File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
1212 cli-version :
1313 description : ' Choose a CLI version. Versions: https://github.com/simplelocalize/simplelocalize-cli/releases'
1414 required : true
15- default : ' 2.2 .0'
15+ default : ' 2.5 .0'
1616 api-key :
1717 description : ' Project API Key'
1818 required : false
3939 run : " curl -o simplelocalize.jar https://get.simplelocalize.io/binaries/${{ inputs.cli-version }}/simplelocalize-cli-${{ inputs.cli-version }}.jar"
4040 shell : bash
4141 - name : " Execute SimpleLocalize CLI Command"
42- run : " java -jar simplelocalize.jar ${{ inputs.command }} ${{ inputs.args }}"
42+ run : " java -jar simplelocalize.jar ${{ inputs.command }} ${{ inputs.apiKey && '--apiKey' }} ${{ inputs.apiKey }} ${{ inputs. args }}"
4343 shell : bash
4444
You can’t perform that action at this time.
0 commit comments