chore: code formatting
This commit is contained in:
@@ -655,7 +655,7 @@ function quit(reason) {
|
|||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
if (error.response.status === 404)
|
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)
|
console.debug(error)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user