From 691314d5d323a10c4f8e741c07d2766f6dd7c4e4 Mon Sep 17 00:00:00 2001 From: Vatsal Jagani Date: Sun, 17 Mar 2024 13:08:37 +0530 Subject: [PATCH] long description issue fixed for publishing action. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8fb6b08..57718ea 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "Generate App Build, App Inspect Check and Splunk App Utilities" -description: "Github Action to automatically generate Splunk App and Add-on builds, run app-inspect checks (with the App-Inspect/Splunkbase API) on commit/push etc on GitHub repo. It also performs Splunk cloud checks. Optionally add common Splunk App utilities." +description: "Automatically generate Splunk App/Add-on builds, and run app-inspect checks. Optionally add common Splunk App utilities." branding: color: "purple"