mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
4918e9c487
commit
fc9c707a60
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue