-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
27 lines (27 loc) · 784 Bytes
/
action.yml
File metadata and controls
27 lines (27 loc) · 784 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: "GPST Opensource Tool Data Issue Processor"
description: "Use this action to process issues in gpst portal data."
author: "Kapil Duwadi"
inputs:
datapath:
description: "Path to data folder which is to be tested. By default assumes 'data' folder exists at the root of the repo."
required: false
issue_number:
description: "Specify Issue Number"
required: false
issue_title:
description: "Specify Issue Title"
required: false
issue_url:
description: "Specify Issue URL"
required: false
token:
description: "Github Access Token"
required: false
outputs:
branch:
description: "Branch name to be created"
errormessage:
description: "Error message associated with parsing."
runs:
using: docker
image: "Dockerfile"