mirror of
https://github.com/montudor/action-zip.git
synced 2024-11-06 00:45:52 -05:00
Fix length of description in action.yaml
This commit is contained in:
parent
318f8b4af4
commit
bb35d8a108
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: "action-zip"
|
name: "action-zip"
|
||||||
author: "Monte Hellawell @montudor"
|
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:
|
runs:
|
||||||
using: "docker"
|
using: "docker"
|
||||||
image: "Dockerfile"
|
image: "Dockerfile"
|
||||||
|
|
Loading…
Reference in a new issue