chore: fix input errors
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -76,7 +76,7 @@ export function createPublishAzureAction(options: {
|
||||
|
||||
if (!integrationConfig) {
|
||||
throw new InputError(
|
||||
`No matching integration configuration for host ${host}, please check your Integrations config`,
|
||||
`No matching integration configuration for host ${host}, please check your integrations config`,
|
||||
);
|
||||
}
|
||||
if (!integrationConfig.config.token) {
|
||||
|
||||
@@ -70,7 +70,7 @@ export function createPublishGitlabAction(options: {
|
||||
|
||||
if (!integrationConfig) {
|
||||
throw new InputError(
|
||||
`No matching integration configuration for host ${host}, please check your Integrations config`,
|
||||
`No matching integration configuration for host ${host}, please check your integrations config`,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user