Rename output description
Signed-off-by: Lukas Fruntke (external expert on behalf of DB Netz) <lukas.fruntke-extern@deutschebahn.com>
This commit is contained in:
parent
c92153205f
commit
c3a726b4f8
+1
-1
@@ -24,7 +24,7 @@ const repoContentsUrl = {
|
||||
};
|
||||
|
||||
const commitHash = {
|
||||
title: 'The commithash of the initial commit',
|
||||
title: 'The git commit hash of the initial commit',
|
||||
type: 'string',
|
||||
};
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ export function createPublishAzureAction(options: {
|
||||
type: 'string',
|
||||
},
|
||||
commitHash: {
|
||||
title: 'The commithash of the initial commit',
|
||||
title: 'The git commit hash of the initial commit',
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
|
||||
@@ -290,7 +290,7 @@ export function createPublishBitbucketAction(options: {
|
||||
type: 'string',
|
||||
},
|
||||
commitHash: {
|
||||
title: 'The commithash of the initial commit',
|
||||
title: 'The git commit hash of the initial commit',
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
|
||||
@@ -183,7 +183,7 @@ export function createPublishBitbucketCloudAction(options: {
|
||||
type: 'string',
|
||||
},
|
||||
commitHash: {
|
||||
title: 'The commithash of the initial commit',
|
||||
title: 'The git commit hash of the initial commit',
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
|
||||
+1
-1
@@ -206,7 +206,7 @@ export function createPublishBitbucketServerAction(options: {
|
||||
type: 'string',
|
||||
},
|
||||
commitHash: {
|
||||
title: 'The commithash of the initial commit',
|
||||
title: 'The git commit hash of the initial commit',
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
|
||||
@@ -150,7 +150,7 @@ export function createPublishGerritAction(options: {
|
||||
type: 'string',
|
||||
},
|
||||
commitHash: {
|
||||
title: 'The commithash of the initial commit',
|
||||
title: 'The git commit hash of the initial commit',
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
|
||||
@@ -126,7 +126,7 @@ export function createPublishGitlabAction(options: {
|
||||
type: 'string',
|
||||
},
|
||||
commitHash: {
|
||||
title: 'The commithash of the initial commit',
|
||||
title: 'The git commit hash of the initial commit',
|
||||
type: 'string',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user