chore: code formatting

This commit is contained in:
github-actions[bot]
2022-05-29 03:33:36 +00:00
parent 0efc6fab39
commit 33235cedb5

View File

@@ -655,7 +655,7 @@ function quit(reason) {
}
catch (error) {
if (error.response.status === 404)
console.log("::warning::Workflow data could not be fetched. If this is a private repository, you may need to grant full \"repo\" scope.")
console.log('::warning::Workflow data could not be fetched. If this is a private repository, you may need to grant full "repo" scope.')
console.debug(error)
}
}