Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 29, 2024
1 parent 7ba77fa commit 757a6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
version: ${{ inputs.version }}
bin-match: octocov
strict: true
force: ${{ !inputs.check-existence }}
force: ${{ inputs.check-existence != 'true' }}
-
name: Run octocov
uses: actions/github-script@v7
Expand Down

0 comments on commit 757a6d5

Please sign in to comment.