Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 06:57:15 -04:00 committed by GitHub
parent e212ddee7c
commit 0d0d4ecf13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,7 +134,7 @@ jobs:
if (body.length > 65536) {
console.log(`Issue body for ${set[0]} (${set[1]}) too long! Length: ${body.length}`);
//console.log(`${body}`;
console.log(`${body}`;
continue;
}
@ -164,6 +164,7 @@ jobs:
});
}
console.log(`Creating ${issuesToCreate.length} issues`);
if (false) {
for (const issue of issuesToCreate.slice(0,1)) {
const result = await github.rest.issues.create({
owner: context.repo.owner,
@ -182,6 +183,7 @@ jobs:
});
}
}
}
- uses: actions/github-script@v6.4.1
id: updatesetimplementations
with: