Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Turn options into a billeted list.

Co-authored-by: Jason Etcovitch <jasonetco@github.com>
  • Loading branch information
dblock and JasonEtco authored Sep 27, 2021
1 parent 08dca54 commit 8bd256d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ steps:
search_existing: open, closed
```

The `assignees` and `milestone` speak for themselves.
The `update_existing` param can be passed and set to `true` when you want to update an open issue with the **exact same title** when it exists.
The `search_existing` param lets you specify whether to search open and/or closed existing issues for duplicates (default is `open`).
* The `assignees` and `milestone` speak for themselves.
* The `update_existing` param can be passed and set to `true` when you want to update an open issue with the **exact same title** when it exists.
* The `search_existing` param lets you specify whether to search open and/or closed existing issues for duplicates (default is `open`).

### Outputs

Expand Down

0 comments on commit 8bd256d

Please sign in to comment.