Skip to content

Commit eb6c129

Browse files
committed
subdoc parsing
1 parent 7727b25 commit eb6c129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate-and-merge.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function validateAndMerge() {
5959
const content = Buffer.from(fileContent.content, 'base64').toString('utf-8');
6060

6161
// Parse all YAML documents in the file
62-
const yamlDocuments = yaml.loadAll(content);
62+
const yamlDocuments = yaml.load(content);
6363

6464
for (const document of yamlDocuments) {
6565
const isValid = validateSubdocument(document);

0 commit comments

Comments
 (0)