@@ -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'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user