julien-deramond/Update Issue Body
Update an issue body
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT. | — | ${{ github.token }} |
| repository | The full name of the repository in which to create or update a comment. | — | ${{ github.repository }} |
| issue-number | The number of the issue to be updated. | — | — |
| body | The issue body. | — | — |
| edit-mode | The mode when updating the issue body, "replace", "append" or "prepend". | — | append |
| prepend-separator | The separator to use when prepending to an existing issue body. (`newline`, `space`, `none`) | — | newline |
| append-separator | The separator to use when appending to an existing issue body. (`newline`, `space`, `none`) | — | newline |
Outputs
no outputs