File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ Here are all the inputs [repo-file-sync-action](https://github.com/BetaHuhn/repo
99
99
| `COMMIT_EACH_FILE` | Commit each file seperately | **No** | true |
100
100
| `GIT_EMAIL` | The e-mail address used to commit the synced files | **No** | the email of the PAT used |
101
101
| `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 |
102
103
| `TMP_DIR` | The working directory where all git operations will be done | **No** | tmp-${ Date.now().toString() } |
103
104
| `DRY_RUN` | Run everything except that nothing will be pushed | **No** | false |
104
105
| `SKIP_CLEANUP` | Skips removing the temporary directory. Useful for debugging | **No** | false |
You can’t perform that action at this time.
0 commit comments