Skip to content

Commit 0489dca

Browse files
committed
remove type from output
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent 1b9a264 commit 0489dca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/evaluate-job-result/action.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ inputs:
1616
outputs:
1717
failed:
1818
description: Indicates if the job failed
19-
type: boolean
2019
value: ${{ steps.evaluate.outputs.failed }}
2120

2221
runs:

.github/workflows/build-test-tidy-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: eval_diff
3535
uses: ./.github/actions/evaluate-job-result
3636
with:
37-
job_result: ${{ needs.build-and-test-differential.result }}
37+
job_result: ${{ needs.require-label.result }}
3838
job_name: require-label
3939
expected_results: success
4040

0 commit comments

Comments
 (0)