From e749d8e374fac90285b5ae9be43559fa6e531e83 Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Sun, 25 Aug 2024 10:31:01 +0100 Subject: [PATCH] Update output parameter description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6b0777d..b8690f4 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: default: 'false' outputs: total: - description: "Total number of tests executed" + description: "Total number of tests run" value: ${{ steps.run-fishtape-tests.outputs.total }} passed: description: "Number of tests passed"