Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 13:50:38 -07:00 committed by GitHub
parent 4951785a9e
commit 9d2087c93d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,7 +178,6 @@ 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,
@ -197,7 +196,6 @@ jobs:
});
}
}
}
- uses: actions/github-script@v6.4.1
id: updatesetimplementations
with: