zip/action.yaml

14 lines
341 B
YAML
Raw Normal View History

2020-11-09 16:37:16 -05:00
name: "action-zip"
2020-11-09 16:38:54 -05:00
author: "Monte Hellawell @montudor"
description: "This GitHub action exposes the zip command for use in building/archiving"
2020-11-18 10:21:20 -05:00
branding:
icon: folder-plus
color: gray-dark
2020-11-09 16:37:16 -05:00
runs:
using: "docker"
image: "Dockerfile"
2020-11-12 11:18:13 -05:00
inputs:
args:
description: "See montudor/action-zip README.md for more info"
2020-11-18 10:21:20 -05:00
required: false