From 596aee5d4e4558170261588c4a4ef99b72617f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kautler?= Date: Mon, 28 Apr 2025 12:08:48 +0200 Subject: [PATCH] Fix input description for list options --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index dae5bc0..ec4772f 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ inputs: description: | Limits which test suites are listed. Supported options: - all - - only-failed + - failed - none required: false default: 'all' @@ -47,7 +47,7 @@ inputs: description: | Limits which test cases are listed. Supported options: - all - - only-failed + - failed - none required: false default: 'all'