Skip to content

Commit 87ace9c

Browse files
committedFeb 26, 2019
update readme
1 parent af4968d commit 87ace9c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
 

‎README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22
Extract issue key from string
33

44
## Usage
5-
6-
TBD
7-
5+
```
6+
action "Find in commit messages" {
7+
uses = "atlassian/gajira-find-issue-key@master"
8+
needs = ["Login"]
9+
args = "--from=commits"
10+
}
11+
```
812
----
913
## Action Spec:
1014

1115
### Environment variables
1216
- None
1317

1418
### Arguments
15-
- None
16-
19+
- `--from=commits` - Detect issue key in commit messages from event
20+
- `--from=branch` - Detect issue key in branch name
1721
### Reads fields from config file at $HOME/jira/config.yml
1822
- None
1923

0 commit comments

Comments
 (0)
Failed to load comments.