From 2221494fe203ad65cf59aea9c36b5fbb82577ebb Mon Sep 17 00:00:00 2001 From: AndreiCherniaev Date: Tue, 17 Sep 2024 02:28:50 +0900 Subject: [PATCH] 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 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fdc5868..3509333 100644 --- a/README.md +++ b/README.md @@ -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