Skip to content

Commit

Permalink
Remove - from commandline flags as only one is necessary
Browse files Browse the repository at this point in the history
Co-authored-by: Brend Smits <brend.smits@philips.com>
  • Loading branch information
marcofranssen and Brend-Smits committed Oct 6, 2021
1 parent 1de67f4 commit 6a66407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ runs:
image: 'Dockerfile'
args:
- "generate"
- "--artifact_path"
- "-artifact_path"
- '${{ inputs.artifact_path }}'
- "--output_path"
- "-output_path"
- '${{ inputs.output_path }}'
- "--github_context"
- "-github_context"
- '${{ inputs.github_context }}'
- "--runner_context"
- "-runner_context"
- '${{ inputs.runner_context }}'

0 comments on commit 6a66407

Please sign in to comment.