mirror of
https://github.com/lannonbr/issue-label-manager-action.git
synced 2025-06-27 22:24:13 +00:00
Updating index.js
This commit is contained in:
parent
933e47149a
commit
0587138e7c
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -16,7 +16,7 @@ async function run() {
|
|||
|
||||
let newLabels = fs.readFileSync(url).toJSON();
|
||||
|
||||
newLabels.forEach(label => {
|
||||
newLabels.forEach(async label => {
|
||||
let { name, color, description } = label;
|
||||
|
||||
let params = tools.context.repo({ name, color, description });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue