File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -625,13 +625,13 @@ runs:
625625 path : ${{ env.ORT_RESULTS_SCANNER_PATH }}
626626 if-no-files-found : warn
627627 - name : Conditionally fail action if returned violations from Evaluator exceeds severity threshold
628- if : contains(inputs.fail-on, 'violations') && contains(steps.ort-evaluator.output .exit-code, 2)
628+ if : contains(inputs.fail-on, 'violations') && contains(steps.ort-evaluator.outputs .exit-code, 2)
629629 shell : bash
630630 run : |
631631 echo -e "\e[1;31m Failing action as Evaluator exceeded severity threshold... "
632632 exit 2
633633 - name : Conditionally fail action if returned issues from Advisor exceeds severity threshold
634- if : contains(inputs.fail-on, 'issues') && contains(steps.ort-advisor.output .exit-code, 2)
634+ if : contains(inputs.fail-on, 'issues') && contains(steps.ort-advisor.outputs .exit-code, 2)
635635 shell : bash
636636 run : |
637637 echo -e "\e[1;31m Failing action as Advisor exceeded severity threshold... "
You can’t perform that action at this time.
0 commit comments