Add branding and args required field

This commit is contained in:
Monte Hellawell
2020-11-18 15:21:20 +00:00
committed by GitHub
parent 1929264da3
commit 37b66802f1
+4
View File
@@ -1,9 +1,13 @@
name: "action-zip"
author: "Monte Hellawell @montudor"
description: "This GitHub action exposes the zip command for use in building/archiving"
branding:
icon: folder-plus
color: gray-dark
runs:
using: "docker"
image: "Dockerfile"
inputs:
args:
description: "See montudor/action-zip README.md for more info"
required: false