Skip to content

Commit

Permalink
doc: fix descriptions on report and summary
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Aug 3, 2024
1 parent f1ddf0d commit 9eaa527
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ and passed through to it.

### Outputs

| Name | Description |
| -------------- | -------------------------------------------------------- |
| `dependencies` | A JSON list of updated dependencies, or an empty string. |
| `files` | A list of updated files. |
| `report` | A summary of the changes made. |
| `summary` | A summary of the changes made in markdown format. |
| Name | Description |
| -------------- | --------------------------------------------------------- |
| `dependencies` | A JSON list of updated dependencies, or an empty string. |
| `files` | A list of updated files. |
| `report` | A detailed report of the changes made in Markdown format. |
| `summary` | A summary of the changes made. |

0 comments on commit 9eaa527

Please sign in to comment.