Skip to content

Commit 3184249

Browse files
authored
Fix variable.
1 parent dc1e209 commit 3184249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
shell: bash
5353
env:
5454
ARGS: ${{ join(inputs.args, ' ') }}
55-
BINARY: ${{ inputs.hlint-bin }}
55+
BINARY: ${{ inputs.binary }}
5656
PATHS: ${{ join(inputs.path, ' ') }}
5757
SARIF_FILE: ${{ inputs.sarif_file }}
5858

0 commit comments

Comments
 (0)