Skip to content

Commit

Permalink
πŸ”Š Add more logs #1770
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Aug 16, 2023
1 parent b83a5fc commit f1fc6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ghcr_cleanup/cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ async function cleanup() {

const rawData = await response.json()
const data = Array.isArray(rawData) ? rawData : undefined
console.log(data)

if (!data || data.length === 0) return

Expand Down

0 comments on commit f1fc6bd

Please sign in to comment.