Skip to content

Commit

Permalink
Update contribution-accepted.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona authored Oct 20, 2023
1 parent 06d9cb9 commit 9f593f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/contribution-accepted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
repo: context.repo.repo,
});
console.log('EVENTS', events)
const eventsArray = events.data.map((label) => label)
console.log('EVENTS ARRAY', eventsArray)
const labelArray = response.data.map((label) => label.name)
Expand Down

0 comments on commit 9f593f6

Please sign in to comment.