Skip to content

Commit 10f1eae

Browse files
fix(GH action): log directoryPath
1 parent 43d510b commit 10f1eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate_schemas.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const [directoryPath, project_name] = findDirectoryPath("src/");
2121
const outputFile = path.join(process.cwd(), "schemas.json");
2222

2323
function return_json_schema(directoryPath, folder_path, project_name) {
24+
console.log("directoryPath", directoryPath);
2425
const folders = fs
2526
.readdirSync(path.normalize(directoryPath), { withFileTypes: true })
2627
.filter((folder) => folder.isDirectory())

0 commit comments

Comments
 (0)