Skip to content

Commit

Permalink
Put args on same line as optional
Browse files Browse the repository at this point in the history
Quoting of each line means blank args breaks
  • Loading branch information
garethr committed Oct 30, 2019
1 parent 13c00b4 commit 3c02e5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ runs:
- ${{ inputs.policy }}
- --namespace
- ${{ inputs.namespace }}
- ${{ inputs.args }}
- ${{ inputs.files }}
- ${{ inputs.args }} ${{ inputs.files }}

0 comments on commit 3c02e5f

Please sign in to comment.