Skip to content

Commit a3ffc65

Browse files
committed
chore: log more
1 parent 9d909a1 commit a3ffc65

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/action.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26268,6 +26268,8 @@ async function run() {
2626826268
)
2626926269
);
2627026270

26271+
console.log(transformed_docs);
26272+
2627126273
const ready_for_cf = transformed_docs
2627226274
.map((d) =>
2627326275
d.map(({ content, project, type }) =>

src/action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ async function run() {
9393
)
9494
);
9595

96+
console.log(transformed_docs);
97+
9698
const ready_for_cf = transformed_docs
9799
.map((d) =>
98100
d.map(({ content, project, type }) =>

0 commit comments

Comments
 (0)