File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31844,10 +31844,8 @@ try {
3184431844
3184531845 core.summary.addHeading(message, '2')
3184631846
31847- // const failOnErrors = core.getBooleanInput("failOnErrors")
3184831847 const failOnErrors = process.env.FAIL_ON_ERRORS
3184931848 if(failOnErrors.toLowerCase() === "true"){
31850- core.error(message)
3185131849 core.setFailed(message);
3185231850 } else if(failOnErrors.toLowerCase() === "false"){
3185331851 core.warning(message)
Original file line number Diff line number Diff line change 2323
2424 core . summary . addHeading ( message , '2' )
2525
26- // const failOnErrors = core.getBooleanInput("failOnErrors")
2726 const failOnErrors = process . env . FAIL_ON_ERRORS
2827 if ( failOnErrors . toLowerCase ( ) === "true" ) {
29- core . error ( message )
3028 core . setFailed ( message ) ;
3129 } else if ( failOnErrors . toLowerCase ( ) === "false" ) {
3230 core . warning ( message )
You can’t perform that action at this time.
0 commit comments