From e6ef5f17e6a092b3e062d92d679083bd9bf0f347 Mon Sep 17 00:00:00 2001 From: Ryan Bowman <12127434+whoDoneItAgain@users.noreply.github.com> Date: Sat, 27 Apr 2024 05:26:18 -0400 Subject: [PATCH] Update action.yml (#80) add output 'status' for github action linting --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index b44291c..58f4046 100644 --- a/action.yml +++ b/action.yml @@ -9,6 +9,8 @@ branding: outputs: labels: description: "The labels that were matched as a comma separated string" + status: + description: "The status of the action." inputs: token: description: The GitHub token to use when calling the API