Skip to content

Commit

Permalink
fix: try a different method
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 15, 2024
1 parent 8895018 commit 58095d0
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 @@ -11,9 +11,8 @@ branding:
color: purple
runs:
using: "docker"
image: "docker://kcov/kcov"
image: "docker://kcov/kcov:latest-alpine"
entrypoint: sh
args:
- sh
- "-ceux"
- "'kcov ${{ inputs.cli-args }}'"

0 comments on commit 58095d0

Please sign in to comment.