Skip to content

Commit

Permalink
docs: automated doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie authored and github-actions[bot] committed Jun 12, 2024
1 parent b1a6c61 commit 9475363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
| templateCheckout | The branch, tag or commit ID to checkout after clone. | `false` | |
| templateDirectory | Relative path to a cookiecutter template in a repository. | `false` | |
| outputDir | Where to output the generated project dir into. | `false` | . |
| overwrite | Overwrite files if they already exist in outputDir if true | `false` | false |
| skip | Skip files if they already exist in outputDir if true | `false` | false |
| overwrite | Overwrite files if they already exist in outputDir if true. Takes priority over 'skip' | `false` | false |
| skip | Skip files if they already exist in outputDir if true. Ignored if 'overwrite' is true | `false` | false |
| zipPassword | If your template zip is password protected, put your password here | `false` | |
| acceptHooks | Accept pre and post hooks if set to true. | `false` | true |

Expand Down

0 comments on commit 9475363

Please sign in to comment.