Skip to content

Commit aae0cfe

Browse files
committed
fix typo
1 parent c29208a commit aae0cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ runs:
106106
--database=${{ inputs.database }} \
107107
--file-annotations=${{ inputs.file-annotations }}
108108
- name: set output variable
109-
if: steps.cpp-linter.outputs.checks-failed != 0 && inputs.quiet-failed != 'true'
109+
if: steps.cpp-linter.outputs.checks-failed != 0 && inputs.quiet-fail != 'true'
110110
shell: bash
111111
run: exit 1

0 commit comments

Comments
 (0)