From 07e5c648b53deef1c7d2078caeb9621193732e43 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Wed, 9 Jul 2025 13:22:10 +0200 Subject: [PATCH] Define the `report-title` attribute in action definition Fixes missing attribute from PR #568 --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index ec4772f..7777d56 100644 --- a/action.yml +++ b/action.yml @@ -68,6 +68,10 @@ inputs: working-directory: description: Relative path under $GITHUB_WORKSPACE where the repository was checked out required: false + report-title: + description: Title for the test report summary + required: false + default: '' only-summary: description: | Allows you to generate only the summary.