chore: debug
This commit is contained in:
parent
36681428a7
commit
643884d655
|
@ -30,6 +30,8 @@ async function run() {
|
||||||
core.setOutput("cid", cid);
|
core.setOutput("cid", cid);
|
||||||
core.setOutput("resolver-cid", rcid);
|
core.setOutput("resolver-cid", rcid);
|
||||||
|
|
||||||
|
console.log("Files:", Object.keys(directory));
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`Website published to web3.news with CID: ${cid}, Resolver CID: ${rcid}`,
|
`Website published to web3.news with CID: ${cid}, Resolver CID: ${rcid}`,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue