We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85619b2 commit db65603Copy full SHA for db65603
dist/action.js
@@ -26268,7 +26268,7 @@ async function run() {
26268
)
26269
);
26270
26271
- console.log(JSON.stringify(transformed_docs));
+ console.log(JSON.stringify(transformed_docs, null, 2));
26272
26273
const ready_for_cf = transformed_docs
26274
.map((d) =>
src/action.ts
@@ -93,7 +93,7 @@ async function run() {
93
94
95
96
97
98
99
0 commit comments