Skip to content

Commit

Permalink
Mark content-filepath as required
Browse files Browse the repository at this point in the history
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 committed Sep 16, 2024
1 parent c1e3f6e commit 47c42d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If the file does not exist the action exits silently.
| `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 | |
| `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) | |

Expand Down

0 comments on commit 47c42d7

Please sign in to comment.