Skip to content

Commit 25295d4

Browse files
committed
📝 Mention overwrite existing pr option
1 parent 1e8745f commit 25295d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Here are all the inputs [repo-file-sync-action](https://github.com/BetaHuhn/repo
9999
| `COMMIT_EACH_FILE` | Commit each file seperately | **No** | true |
100100
| `GIT_EMAIL` | The e-mail address used to commit the synced files | **No** | the email of the PAT used |
101101
| `GIT_USERNAME` | The username used to commit the synced files | **No** | the username of the PAT used |
102+
| `OVERWRITE_EXISTING_PR` | Overwrite any existing Sync PR with the new changes | **No** | true |
102103
| `TMP_DIR` | The working directory where all git operations will be done | **No** | tmp-${ Date.now().toString() } |
103104
| `DRY_RUN` | Run everything except that nothing will be pushed | **No** | false |
104105
| `SKIP_CLEANUP` | Skips removing the temporary directory. Useful for debugging | **No** | false |

0 commit comments

Comments
 (0)