-
Notifications
You must be signed in to change notification settings - Fork 3
/
action.yml
29 lines (29 loc) · 841 Bytes
/
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
name: "Catkin release candidate"
description: "Create a ROS package release candidate branch"
inputs:
github_token:
description: 'GITHUB_TOKEN.'
required: true
version:
description: "New package version. One of version and issue_title must be specified."
required: false
issue_title:
description: "Issue title containing new package version. One of version and issue_title must be specified."
required: false
git_user:
description: "User name of commit author."
required: true
git_email:
description: "E-mail address of commit author."
required: true
outputs:
created_branch:
description: "Created branch of the release candidate."
version:
description: "Created release version."
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: "git-pull-request"
color: "red"