mirror of
https://github.com/montudor/action-zip.git
synced 2026-07-18 00:57:00 +02:00
Add branding and args required field
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user