From 879821d04b6bc86452258dc797a5517a69322b44 Mon Sep 17 00:00:00 2001 From: Rob Amos Date: Thu, 18 Jun 2020 23:40:57 +1000 Subject: [PATCH] Shrink down the Action description to the necessary size --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 275f6ff..ddc017a 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "swift-create-xcframework" -description: "Creates XCFramework bundles for the products in your Swift Package and uploads them as Artifacts. You can then attach them to a release or distribute them as you please." +description: "Creates XCFramework bundles for the products in your Swift Package and uploads them as Artifacts you can attach to a release" inputs: target: