Skip to content

Commit f11e88b

Browse files
committedFeb 26, 2019
update readme
1 parent 8a1eb06 commit f11e88b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ Create new issue
33

44
## Usage
55

6-
TBD
6+
```
7+
action "Jira Create" {
8+
uses = "atlassian/gajira-create@master"
9+
needs = ["Jira Login"]
10+
args = "--project=GA --issuetype=Build --summary=\"Build completed for $GITHUB_REPOSITORY\" --description=\"[Compare branch|{{event.compare}}] \" "
11+
}
12+
```
713

814
----
915
## Action Spec:

0 commit comments

Comments
 (0)
Failed to load comments.