fix: correct typo in error
This commit is contained in:
2
lib/index.js
generated
2
lib/index.js
generated
File diff suppressed because one or more lines are too long
@@ -90,7 +90,7 @@ core.info(`Running in ${baseDir}`)
|
|||||||
throw new Error(
|
throw new Error(
|
||||||
`There are ${
|
`There are ${
|
||||||
status.conflicted.length
|
status.conflicted.length
|
||||||
} conflicting files: ${status.conflicted.join(',')}`
|
} conflicting files: ${status.conflicted.join(', ')}`
|
||||||
)
|
)
|
||||||
} else core.info('> Not pulling from repo.')
|
} else core.info('> Not pulling from repo.')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user