Skip to content

Commit

Permalink
including commands
Browse files Browse the repository at this point in the history
  • Loading branch information
gracekarina committed Sep 19, 2022
1 parent 2afae7b commit de39528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de39528

Please sign in to comment.