Skip to content

Commit

Permalink
update README and description of this action
Browse files Browse the repository at this point in the history
  • Loading branch information
soichisumi committed Dec 25, 2019
1 parent 3a50ff0 commit 0da6835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This action copies issue to another repository by any keyword.

### `targetRepository`

**Required** Pass ${{ secrets.GITHUB_TOKEN }}.
**Required** The repository to which generated issue is copied. format: $OWNER/$REPO_NAME.

### `githubToken`

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ inputs:
description: "Github token"
required: true
targetRepository:
description: 'Target repository. format: $OWNER/$REPO_NAME'
description: 'Repository to which generated issue is copied. format: $OWNER/$REPO_NAME'
required: true
keyword:
description: 'Keyword to trigger this action. Copy is executed in the case of lowercased issue comment matched with lowercased keyword.'
description: 'Keyword to trigger this action. The action is executed in the case of lowercased issue comment matched with lowercased keyword.'
default: '/copy'
contentOfNewIssue:
description: 'Content of newly created issue'
Expand Down

0 comments on commit 0da6835

Please sign in to comment.