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