Fix length of description in action.yaml

This commit is contained in:
Monte Hellawell
2020-11-12 16:20:05 +00:00
committed by GitHub
parent 318f8b4af4
commit bb35d8a108
+1 -1
View File
@@ -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"