From 6708788d6b1a5ea1a80b0fbb3331d7455554f13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Tue, 24 Dec 2024 17:36:33 +0300 Subject: [PATCH] remove type from output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/actions/evaluate-job-result/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/evaluate-job-result/action.yaml b/.github/actions/evaluate-job-result/action.yaml index eb952602aff53..3439ca93b8b4f 100644 --- a/.github/actions/evaluate-job-result/action.yaml +++ b/.github/actions/evaluate-job-result/action.yaml @@ -16,7 +16,6 @@ inputs: outputs: failed: description: Indicates if the job failed - type: boolean value: ${{ steps.evaluate.outputs.failed }} runs: