Skip to content

Commit 9475363

Browse files
docs: automated doc update
1 parent b1a6c61 commit 9475363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
| templateCheckout | The branch, tag or commit ID to checkout after clone. | `false` | |
7474
| templateDirectory | Relative path to a cookiecutter template in a repository. | `false` | |
7575
| outputDir | Where to output the generated project dir into. | `false` | . |
76-
| overwrite | Overwrite files if they already exist in outputDir if true | `false` | false |
77-
| skip | Skip files if they already exist in outputDir if true | `false` | false |
76+
| overwrite | Overwrite files if they already exist in outputDir if true. Takes priority over 'skip' | `false` | false |
77+
| skip | Skip files if they already exist in outputDir if true. Ignored if 'overwrite' is true | `false` | false |
7878
| zipPassword | If your template zip is password protected, put your password here | `false` | |
7979
| acceptHooks | Accept pre and post hooks if set to true. | `false` | true |
8080

0 commit comments

Comments
 (0)