Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 00:24:52 -07:00 committed by GitHub
parent 4918e9c487
commit fc9c707a60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,7 +131,7 @@ jobs:
});
});
issuesToCreate.slice(0, 1).forEach(issue => {
async () => {
const act = async () => {
const result = await github.rest.issues.create({
owner: context.repo.owner,
repo: context.repo.repo,
@ -148,6 +148,7 @@ jobs:
});
}
};
act();
});
- uses: actions/github-script@v6.4.1
id: updatesetimplementations