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 9d909a1 commit a3ffc65Copy full SHA for a3ffc65
dist/action.js
@@ -26268,6 +26268,8 @@ async function run() {
26268
)
26269
);
26270
26271
+ console.log(transformed_docs);
26272
+
26273
const ready_for_cf = transformed_docs
26274
.map((d) =>
26275
d.map(({ content, project, type }) =>
src/action.ts
@@ -93,6 +93,8 @@ async function run() {
93
94
95
96
97
98
99
100
0 commit comments