From 643884d655b3f955d7bfff20701b7005e53ae6b3 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 28 Dec 2023 03:18:28 -0500 Subject: [PATCH] chore: debug --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 404888e..ee63fbd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -30,6 +30,8 @@ async function run() { core.setOutput("cid", cid); core.setOutput("resolver-cid", rcid); + console.log("Files:", Object.keys(directory)); + console.log( `Website published to web3.news with CID: ${cid}, Resolver CID: ${rcid}`, );