mirror of
https://github.com/montudor/action-zip.git
synced 2024-11-21 23:50:59 -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"
|
name: "action-zip"
|
||||||
author: "Monte Hellawell @montudor"
|
author: "Monte Hellawell @montudor"
|
||||||
description: "This GitHub action exposes the zip command for use in building/archiving"
|
description: "This GitHub action exposes the zip command for use in building/archiving"
|
||||||
|
branding:
|
||||||
|
icon: folder-plus
|
||||||
|
color: gray-dark
|
||||||
runs:
|
runs:
|
||||||
using: "docker"
|
using: "docker"
|
||||||
image: "Dockerfile"
|
image: "Dockerfile"
|
||||||
inputs:
|
inputs:
|
||||||
args:
|
args:
|
||||||
description: "See montudor/action-zip README.md for more info"
|
description: "See montudor/action-zip README.md for more info"
|
||||||
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue