peter-evans / create-or-update-comment

A GitHub action to create or update an issue or pull request comment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The body-path is set but says it is missing

Gezi-lzq opened this issue · comments

The body-path is set but says it is missing.

log:

Run peter-evans/create-or-update-comment@v3
  with:
    issue-number: 626
    reactions: +1
    body-path: diff.md
    body-file: diff.md
    token: ***
    repository: ***
    edit-mode: append
    append-separator: newline
    reactions-edit-mode: append
Error: Missing comment 'body' or 'body-path'.

I know the answer, because although my file exists, but the content is empty.

In that case, technically it is "missing." 😄

Glad you've sorted it.