Skip to content

Commit

Permalink
remove type from output
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx committed Dec 24, 2024
1 parent 1b9a264 commit 0489dca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/evaluate-job-result/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ inputs:
outputs:
failed:
description: Indicates if the job failed
type: boolean
value: ${{ steps.evaluate.outputs.failed }}

runs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-tidy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: eval_diff
uses: ./.github/actions/evaluate-job-result
with:
job_result: ${{ needs.build-and-test-differential.result }}
job_result: ${{ needs.require-label.result }}
job_name: require-label
expected_results: success

Expand Down

0 comments on commit 0489dca

Please sign in to comment.