Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drudzikatlassian committed Feb 26, 2019
1 parent 8a1eb06 commit f11e88b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ Create new issue

## Usage

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

----
## Action Spec:
Expand Down

0 comments on commit f11e88b

Please sign in to comment.