From 2adf0e5e70e0f24007b0d36fd20dd74e972f3c58 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 11 Jul 2021 20:02:54 +0100 Subject: [PATCH] Try and be clearer about how official we mean --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 920f644..1b5a833 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ inputs: required: false default: "false" official: - description: "Run the checks that only apply to official Arduino projects." + description: "Run the checks that only apply to official (non 3rd party) Arduino projects." required: false default: "false" token: