From bb35d8a10842cc7a427b1bb493fe537e67eb8db1 Mon Sep 17 00:00:00 2001 From: Monte Hellawell Date: Thu, 12 Nov 2020 16:20:05 +0000 Subject: [PATCH] Fix length of description in action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index f5df9fe..4b98cf5 100644 --- a/action.yaml +++ b/action.yaml @@ -1,6 +1,6 @@ name: "action-zip" author: "Monte Hellawell @montudor" -description: "This GitHub action exposes the zip command for use in building/archiving. It is important to note that this action currently only supports Linux." +description: "This GitHub action exposes the zip command for use in building/archiving" runs: using: "docker" image: "Dockerfile"