diff --git a/.github/actions/action.yml b/.github/actions/action.yml index 3dc2340516..06386ae3ba 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -30,7 +30,7 @@ runs: shell: bash - id: execute name: Execute Jar - run: java -jar swagger-parser-cli.jar ${{ inputs.inputSpec }} ${{ inputs.options }} ${{ inputs.parserSpecPath }} ${{ inputs.logsPath }} + run: java -jar swagger-parser-cli.jar -i ${{ inputs.inputSpec }} ${{ inputs.options }} -o ${{ inputs.parserSpecPath }} -l ${{ inputs.logsPath }} shell: bash - id: test name: test file