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 dc1e209 commit 3184249Copy full SHA for 3184249
action.yaml
@@ -52,7 +52,7 @@ runs:
52
shell: bash
53
env:
54
ARGS: ${{ join(inputs.args, ' ') }}
55
- BINARY: ${{ inputs.hlint-bin }}
+ BINARY: ${{ inputs.binary }}
56
PATHS: ${{ join(inputs.path, ' ') }}
57
SARIF_FILE: ${{ inputs.sarif_file }}
58
0 commit comments