Skip to content

Commit

Permalink
Merge pull request #9 from k1LoW/check-exists
Browse files Browse the repository at this point in the history
Force installation by default
  • Loading branch information
k1LoW authored Jan 29, 2024
2 parents 6ffbe23 + 757a6d5 commit 14ba280
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ inputs:
description: Version of octocov
default: latest
required: false
force:
description: Enable force setup
default: ''
check-existence:
description: Check for the existence of an existing octocov
default: false
required: false
config:
description: Config path
Expand All @@ -34,7 +34,7 @@ runs:
version: ${{ inputs.version }}
bin-match: octocov
strict: true
force: ${{ inputs.force }}
force: ${{ inputs.check-existence != 'true' }}
-
name: Run octocov
uses: actions/github-script@v7
Expand Down

0 comments on commit 14ba280

Please sign in to comment.