-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
43 lines (39 loc) · 1.29 KB
/
action.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: 'JMeter Plugin Publish'
description: 'Automatically publish JMeter Plugin into JMeter Plugins Manager repository'
author: 'Abstracta'
branding:
icon: git-pull-request
color: 'red'
inputs:
upstream-repository:
description: 'Url of target jmeter-plugins repository'
required: false
default: 'https://github.com/undera/jmeter-plugins.git'
forked-repository:
description: 'Your forked repository of undera/jmeter-plugins used to send PR from'
required: true
plugin-artifact-name:
description:
'Prefix of the plugin artifact name used to identify the jar from other libs placed in github
release'
required: true
plugin-id:
description: 'Registered ID for identifing the plugin in jmeter-plugins'
required: true
token:
description: 'Github token (PAT) used to fetch assets from latest release and open the PR'
required: true
changes:
description: 'Release note line'
required: true
ignore-dependencies:
description:
"Prefix of dependencies separated by commas, which won't be taken into consideration at
jmeter-plugins release but are present in github release"
required: false
outputs:
pull_request:
description: 'The url of the created PR for review and draft change'
runs:
using: node20
main: dist/index.js