mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
⚡ Minor improvements to TravisCi-Node
This commit is contained in:
@@ -48,9 +48,9 @@ export const buildOperations = [
|
||||
|
||||
export const buildFields = [
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* build:cancel */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* build:cancel */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Build ID',
|
||||
name: 'buildId',
|
||||
@@ -68,9 +68,10 @@ export const buildFields = [
|
||||
default: '',
|
||||
description: 'Value uniquely identifying the build.',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* build:get */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* build:get */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Build ID',
|
||||
name: 'buildId',
|
||||
@@ -115,9 +116,10 @@ export const buildFields = [
|
||||
},
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* build:getAll */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* build:getAll */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Return All',
|
||||
name: 'returnAll',
|
||||
@@ -235,9 +237,10 @@ export const buildFields = [
|
||||
},
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* build:restart */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* build:restart */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Build ID',
|
||||
name: 'buildId',
|
||||
@@ -255,9 +258,10 @@ export const buildFields = [
|
||||
default: '',
|
||||
description: 'Value uniquely identifying the build.',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* build:trigger */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* build:trigger */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Slug',
|
||||
name: 'slug',
|
||||
@@ -272,6 +276,7 @@ export const buildFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
placeholder: 'n8n-io/n8n',
|
||||
default: '',
|
||||
description: 'Same as {ownerName}/{repositoryName}',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user