-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
27 lines (27 loc) · 816 Bytes
/
action.yml
File metadata and controls
27 lines (27 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: 'Package Textpattern CMS plugin'
description: 'Package your repository as a Textpattern CMS plugin'
author: 'Jukka Svahn'
inputs:
source:
description: 'Plugin source directory path'
required: false
default: ''
output:
description: 'Path to the output directory'
required: false
default: 'build/packages'
outputs:
name:
description: 'Name of the plugin package'
version:
description: 'Version number from the plugin manifest file'
uncompressed:
description: 'Path to the uncompressed installer file, relative to workspace'
compressed:
description: 'Path to the compressed installer file, relative to workspace'
runs:
using: 'docker'
image: 'docker://ghcr.io/gocom/action-textpattern-package-plugin:v0.3.0'
branding:
icon: 'package'
color: 'gray-dark'