Colon to comma in error message :->,
Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
@@ -275,7 +275,7 @@ export function createPublishGithubAction(options: {
|
||||
);
|
||||
}
|
||||
throw new Error(
|
||||
`Failed to create the ${user.data.type} repository ${owner}/${repo}: ${e.message}`,
|
||||
`Failed to create the ${user.data.type} repository ${owner}/${repo}, ${e.message}`,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user