fix: correct typo in error

This commit is contained in:
Federico Grandi
2022-06-26 19:09:57 +00:00
committed by GitHub
parent ff41bd83fc
commit cbc4f17c16
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ core.info(`Running in ${baseDir}`)
throw new Error(
`There are ${
status.conflicted.length
} conflicting files: ${status.conflicted.join(',')}`
} conflicting files: ${status.conflicted.join(', ')}`
)
} else core.info('> Not pulling from repo.')