Skip to content

Commit

Permalink
fix: try a fix for multi args
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 15, 2024
1 parent 23bfc7d commit 7859078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ branding:
runs:
using: "docker"
image: "docker://kcov/kcov"
entrypoint: sh
args:
- kcov
- ${{ inputs.cli-args }}
- "-eux 'kcov ${{ inputs.cli-args }}'"

0 comments on commit 7859078

Please sign in to comment.