zip/action.yml

16 lines
357 B
YAML
Raw Normal View History

2020-06-20 14:13:38 -04:00
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'