Add debugging

This commit is contained in:
Justin Hutchings
2024-03-03 05:48:33 +00:00
parent 764e39e792
commit 43286afc54
3 changed files with 3 additions and 1 deletions

View File

@@ -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(