Skip to content

Commit

Permalink
Merge pull request #15 from soichisumi/update-readme2
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
soichisumi authored Dec 25, 2019
2 parents 46f0911 + a9d3207 commit 3a50ff0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,21 @@ The issue which is created by this action.

## Example usage

### workflow.yaml

```yaml
uses: soichisumi/[email protected]
with:
keyword: "/copy"
targetRepository: soichisumi/issue-copy-action
githubToken: ${{ secrets.GITHUB_TOKEN }}
```
contentOfNewIssue: 'prefix of newly created issue'
```
### Screen Shot
#### Base issue
<img width="1003" alt="スクリーンショット 2019-12-25 18 05 22" src="https://user-images.githubusercontent.com/30210641/71440662-44de5380-2741-11ea-837d-d0204ed5fa8f.png">
#### Copied issue
<img width="1002" alt="スクリーンショット 2019-12-25 18 05 11" src="https://user-images.githubusercontent.com/30210641/71440638-28dab200-2741-11ea-9ce2-73282a5d4ff3.png">

0 comments on commit 3a50ff0

Please sign in to comment.