Skip to content

Commit

Permalink
fix: use alpine and eval to support 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 1d13466
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ branding:
color: purple
runs:
using: "docker"
image: "docker://kcov/kcov"
image: "docker://kcov/kcov:latest-alpine"
entrypoint: sh
args:
- kcov
- ${{ inputs.cli-args }}
- "-ceux"
- "eval 'kcov ${{ inputs.cli-args }}'"

0 comments on commit 1d13466

Please sign in to comment.