Signed-off-by: Zhi Liang <zliang@roku.com>
This commit is contained in:
Zhi Liang
2024-05-01 18:11:39 -04:00
committed by blam
parent e11a28631a
commit 69c5759085
2 changed files with 4 additions and 2 deletions
@@ -88,7 +88,8 @@ export const examples: TemplateExample[] = [
}),
},
{
description: 'Initializes a GitLab repository with fast forward merge and always squash settings.',
description:
'Initializes a GitLab repository with fast forward merge and always squash settings.',
example: yaml.stringify({
steps: [
{
@@ -179,7 +179,8 @@ export function createPublishGitlabAction(options: {
},
squash_option: {
title: 'Squash option',
description: 'Set squash option for the project (never, always, default_on, default_off)',
description:
'Set squash option for the project (never, always, default_on, default_off)',
type: 'string',
enum: ['default_off', 'default_on', 'never', 'always'],
},