Skip to content

Commit

Permalink
Include more inputs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco committed Feb 25, 2020
1 parent 5b364ef commit c888fc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ steps:
filename: .github/some-other-template.md
```

### Assignee input
### Inputs

Want to use Action logic to determine who to assign the issue to? You can pass an input containing the assignee list:
Want to use Action logic to determine who to assign the issue to? You can pass an input containing the following options:

```yaml
steps:
Expand All @@ -72,6 +72,7 @@ steps:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
assignees: JasonEtco, octocat
milestone: 1
```

### Outputs
Expand Down

0 comments on commit c888fc1

Please sign in to comment.