Skip to content

Commit

Permalink
docs: Rebuilt readme with tldw
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Apr 16, 2020
1 parent adb2064 commit a2093a2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ There are values that are meant to be the same. Why not automatically keep them

![Banner](readme/banner.jpg)

### Example output

![Example output](readme/output.png)




Expand Down Expand Up @@ -105,7 +109,7 @@ jobs:
<td>approve</td>
<td></td>
<td>true</td>
<td>If true, pull requests created by this action are automatically approved and merged.</td>
<td>If true and direction is "overwrite-file", pull requests created by this action are automatically approved and merged.</td>
</tr>
<tr>
<td>commitMessagePrefix</td>
Expand All @@ -117,7 +121,7 @@ jobs:
<td>removeBranch</td>
<td></td>
<td>true</td>
<td>If true and approve is also true, automatically merged pull requests will delete their branch afterwards.</td>
<td>If true and direction is "overwrite-file" and approve is also true, automatically merged pull requests will delete their branch afterwards.</td>
</tr>
<tr>
<td>syncDescription</td>
Expand Down

0 comments on commit a2093a2

Please sign in to comment.