Signed-off-by: Michael Short <michael@bison.dev>
This commit is contained in:
Michael Short
2022-07-15 12:19:01 -05:00
parent dab9bcf2e7
commit ba7387f18d
+2
View File
@@ -217,6 +217,7 @@ export function createGithubRepoPushAction(options: {
description?: string | undefined;
defaultBranch?: string | undefined;
protectDefaultBranch?: boolean | undefined;
protectEnforceAdmins?: boolean | undefined;
gitCommitMessage?: string | undefined;
gitAuthorName?: string | undefined;
gitAuthorEmail?: string | undefined;
@@ -331,6 +332,7 @@ export function createPublishGithubAction(options: {
access?: string | undefined;
defaultBranch?: string | undefined;
protectDefaultBranch?: boolean | undefined;
protectEnforceAdmins?: boolean | undefined;
deleteBranchOnMerge?: boolean | undefined;
gitCommitMessage?: string | undefined;
gitAuthorName?: string | undefined;