mirror of
https://github.com/lannonbr/issue-label-manager-action.git
synced 2025-06-27 22:24:13 +00:00
Update index.js
This commit is contained in:
parent
03b5e32e88
commit
911fcaf7e0
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -19,7 +19,7 @@ async function run() {
|
|||
console.log({ newLabels, labels });
|
||||
|
||||
let idxs = await Promise.all(
|
||||
newLabels.forEach(async label => {
|
||||
newLabels.map(async label => {
|
||||
return new Promise(async resolve => {
|
||||
let { name, color, description } = label;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue