We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbb307 commit 253e57cCopy full SHA for 253e57c
.github/actions/check-version/action.yml
@@ -34,7 +34,7 @@ runs:
34
uses: EndBug/version-check@5102328418c0130d66ca712d755c303e93368ce2 # v2.1.7
35
id: version
36
with:
37
- static-checking: ${{ inputs.diff-search == false && 'localIsNew' || '' }}
+ static-checking: ${{ inputs.diff-search != 'true' && 'localIsNew' || '' }}
38
diff-search: ${{ inputs.diff-search }}
39
file-url: ${{ inputs.file-url }}
40
file-name: ${{ inputs.file-name }}
0 commit comments