diff options
Diffstat (limited to 'internal/cmd/sync.go')
| -rw-r--r-- | internal/cmd/sync.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/cmd/sync.go b/internal/cmd/sync.go index 9efa432..abedb7e 100644 --- a/internal/cmd/sync.go +++ b/internal/cmd/sync.go @@ -196,5 +196,7 @@ func buildFlags() *cli.Flags { NoCheckReleases: noReleases, AutoCreateReleases: autoCreate, AIReleaseNotes: !noAIReleaseNotes, + CreateGitHubRepos: createRepos, + CreateCodebergRepos: createRepos, } }
\ No newline at end of file |
