zip/action.yml
2020-06-20 19:13:38 +01:00

15 lines
357 B
YAML

name: Create Zip File
author: Monte Hellawell
description: Create a zip file containing specific files from your repository
inputs:
args:
description: zip or unzip, followed by the relevant options
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.args }}
branding:
icon: 'folder-plus'
color: 'gray-dark'