mirror of
https://github.com/montudor/action-zip.git
synced 2024-11-06 00:45:52 -05:00
9 lines
272 B
YAML
9 lines
272 B
YAML
name: "action-zip"
|
|
author: "Monte Hellawell @montudor"
|
|
description: "This GitHub action exposes the zip command for use in building/archiving"
|
|
runs:
|
|
using: "docker"
|
|
image: "Dockerfile"
|
|
inputs:
|
|
args:
|
|
description: "See montudor/action-zip README.md for more info"
|