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"