From 5719336513f9946b41b5ad85fc13ab7d3cd0bd4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 24 Oct 2024 11:49:38 +0200 Subject: [PATCH] Improve descriptions of action outputs The "files" output isn't a list of files where shellcheck has detected violations, but the full list of files that shellcheck was invoked on. --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 130781e..2396895 100644 --- a/action.yaml +++ b/action.yaml @@ -46,10 +46,10 @@ inputs: default: "stable" outputs: files: - description: A list of files with issues + description: The list of files checked value: ${{ steps.check.outputs.filepaths }} options: - description: The options used + description: Shellcheck options used value: ${{ steps.options.outputs.options }} branding: icon: "terminal"