mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Fixes unit tests
This commit is contained in:
parent
c28f80b125
commit
447551d7ea
@ -43,7 +43,7 @@ export async function init(action: ActionInterface): Promise<void | Error> {
|
|||||||
info('Git configured… 🔧')
|
info('Git configured… 🔧')
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`There was an error initializing the repository,: ${suppressSensitiveInformation(
|
`There was an error initializing the repository: ${suppressSensitiveInformation(
|
||||||
error.message,
|
error.message,
|
||||||
action
|
action
|
||||||
)} ❌`
|
)} ❌`
|
||||||
|
Loading…
Reference in New Issue
Block a user