From 61b070edf9da68610d15a8e98ec23f3642db49da Mon Sep 17 00:00:00 2001 From: Chl Date: Sat, 31 Aug 2024 02:35:31 +0200 Subject: [PATCH] Github's marketplace: Description must be less than 125 characters --- action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 11c39b6..0c7f988 100644 --- a/action.yml +++ b/action.yml @@ -3,11 +3,10 @@ name: "Upload an artifact with wget" author: "Chl" description: | - Upload an artifact for a workflow. + Upload an artifact. This is a lighter version of upload-artifact, it only needs a shell, zip - and the full version of wget (unfortunately, as of 2024-08-26, the busybox - variant isn't capable of using the PUT method). + and the full version of wget. inputs: name: