From 550777f6ebb446ca3e8f143099e04c5c7059dd8a Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Thu, 20 Feb 2025 05:02:15 -0600 Subject: [PATCH] NO-JIRA Remove superfluous space from action description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 776327a..3fc2bf5 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: Official SonarQube Scan # Warning: changing name would change URL in the marketplace description: > - Scan your code with SonarQube Server and Cloud to detect issues in 30+ languages. (Formerly SonarQube and SonarCloud) + Scan your code with SonarQube Server and Cloud to detect issues in 30+ languages. (Formerly SonarQube and SonarCloud) branding: icon: check