File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ inputs:
82
82
required : false
83
83
84
84
ignore_warnings_on_exit :
85
- desctiption : Exit with a zero error code despite the presence of warnings (1 = true, default 0 = false).
85
+ description : Exit with a zero error code despite the presence of warnings
86
86
required : false
87
87
88
88
ignore_errors_on_exit :
89
- description : Exit with a zero error code despite the presence of errors (1 = true, default 0 = false).
89
+ description : Exit with a zero error code despite the presence of errors
90
90
required : false
91
91
92
92
args :
@@ -117,6 +117,8 @@ runs:
117
117
ACTION_SEVERITY : ${{ inputs.severity }}
118
118
ACTION_ERROR_SEVERITY : ${{ inputs.error_severity }}
119
119
ACTION_WARNING_SEVERITY : ${{ inputs.warning_severity }}
120
+ ACTION_IGNORE_WARNINGS_ON_EXIT : ${{ inputs.ignore_warnings_on_exit }}
121
+ ACTION_IGNORE_ERRORS_ON_EXIT : ${{ inputs.ignore_errors_on_exit }}
120
122
ACTION_ARGS : ${{ inputs.args }}
121
123
122
124
id : phpcs_run
You can’t perform that action at this time.
0 commit comments