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 7727b25 commit eb6c129Copy full SHA for eb6c129
.github/scripts/validate-and-merge.mjs
@@ -59,7 +59,7 @@ async function validateAndMerge() {
59
const content = Buffer.from(fileContent.content, 'base64').toString('utf-8');
60
61
// Parse all YAML documents in the file
62
- const yamlDocuments = yaml.loadAll(content);
+ const yamlDocuments = yaml.load(content);
63
64
for (const document of yamlDocuments) {
65
const isValid = validateSubdocument(document);
0 commit comments