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:
Lukas Fruntke (external expert on behalf of DB Netz)
2023-04-05 14:10:26 +02:00
parent c92153205f
commit c3a726b4f8
7 changed files with 7 additions and 7 deletions
@@ -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',
},
},
@@ -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',
},
},