Updating the API report as a new property has been added

Signed-off-by: cmoulliard <cmoulliard@redhat.com>
This commit is contained in:
cmoulliard
2024-04-19 12:49:45 +02:00
parent 554af738c5
commit af6c03e248
@@ -18,6 +18,7 @@ export function createPublishGiteaAction(options: {
repoUrl: string;
description: string;
defaultBranch?: string | undefined;
repoVisibility?: 'private' | 'public' | undefined;
gitCommitMessage?: string | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;