Skip to content

Commit

Permalink
Remove dots from table (#1700)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
AndreiCherniaev authored Sep 16, 2024
1 parent bae341b commit 2221494
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ If the file does not exist the action exits silently.
| Name | Description | Default |
| --- | --- | --- |
| `token` | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token). | `GITHUB_TOKEN` |
| `repository` | The target GitHub repository. | Current repository |
| `issue-number` | The issue number of an existing issue to update. | |
| `title` | (**required**) The title of the issue. | |
| `content-filepath` | The file path to the issue content. | |
| `labels` | A comma or newline-separated list of labels. | |
| `assignees` | A comma or newline-separated list of assignees (GitHub usernames). | |
| `token` | `GITHUB_TOKEN` or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) | `GITHUB_TOKEN` |
| `repository` | The target GitHub repository | Current repository |
| `issue-number` | The issue number of an existing issue to update | |
| `title` | (**required**) The title of the issue | |
| `content-filepath` | (**required**) The file path to the issue content | |
| `labels` | A comma or newline-separated list of labels | |
| `assignees` | A comma or newline-separated list of assignees (GitHub usernames) | |

### Outputs

Expand Down

0 comments on commit 2221494

Please sign in to comment.