Skip to content

Commit 2221494

Browse files
Remove dots from table (#1700)
* Remove dots from table * Mark content-filepath as required I try without content-filepath and get msg File not found at path '' And I can't see new (empy) issue as I expected... So looks like content-filepath is required
1 parent bae341b commit 2221494

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ If the file does not exist the action exits silently.
2727
2828
| Name | Description | Default |
2929
| --- | --- | --- |
30-
| `token` | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token). | `GITHUB_TOKEN` |
31-
| `repository` | The target GitHub repository. | Current repository |
32-
| `issue-number` | The issue number of an existing issue to update. | |
33-
| `title` | (**required**) The title of the issue. | |
34-
| `content-filepath` | The file path to the issue content. | |
35-
| `labels` | A comma or newline-separated list of labels. | |
36-
| `assignees` | A comma or newline-separated list of assignees (GitHub usernames). | |
30+
| `token` | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) | `GITHUB_TOKEN` |
31+
| `repository` | The target GitHub repository | Current repository |
32+
| `issue-number` | The issue number of an existing issue to update | |
33+
| `title` | (**required**) The title of the issue | |
34+
| `content-filepath` | (**required**) The file path to the issue content | |
35+
| `labels` | A comma or newline-separated list of labels | |
36+
| `assignees` | A comma or newline-separated list of assignees (GitHub usernames) | |
3737

3838
### Outputs
3939

0 commit comments

Comments
 (0)