mirror of
https://github.com/montudor/action-zip.git
synced 2026-07-18 00:57:00 +02:00
Fix length of description in action.yaml
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user