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 af4968d commit 87ace9c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@
Extract issue key from string

## Usage

TBD

```
action "Find in commit messages" {
uses = "atlassian/gajira-find-issue-key@master"
needs = ["Login"]
args = "--from=commits"
}
```
----
## Action Spec:

### Environment variables
- None

### Arguments
- None

- `--from=commits` - Detect issue key in commit messages from event
- `--from=branch` - Detect issue key in branch name
### Reads fields from config file at $HOME/jira/config.yml
- None

Expand Down

0 comments on commit 87ace9c

Please sign in to comment.