From 24ade537c8b4ebfec400840007de26cfb77fd8aa Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Mon, 16 Mar 2026 14:36:47 +0100 Subject: [PATCH] Add the missing `collapsed` input parameter documentation to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f92e3a2..a5a2ec9 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,13 @@ jobs: # Set this action as failed if no test results were found fail-on-empty: 'true' + # Controls whether test report details are collapsed or expanded. + # Supported options: + # auto: Collapse only if all tests pass (default behavior) + # always: Always collapse the report details + # never: Always expand the report details + collapsed: 'auto' + # Relative path under $GITHUB_WORKSPACE where the repository was checked out. working-directory: ''