mirror of
https://github.com/montudor/action-zip.git
synced 2024-11-21 15:40:58 -05:00
Add branding and args required field
This commit is contained in:
parent
1929264da3
commit
37b66802f1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue