Add debugging
This commit is contained in:
@@ -75,6 +75,7 @@ async function getDepsDevProjectData(
|
||||
const response = await fetch(url)
|
||||
if (response.ok) {
|
||||
const data = await response.json()
|
||||
core.debug(`Got deps.dev project data: ${JSON.stringify(data)}`)
|
||||
return DepsDevProjectSchema.parse(data)
|
||||
} else {
|
||||
throw new Error(
|
||||
|
||||
Reference in New Issue
Block a user