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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"