Skip to content

Commit

Permalink
Fix js
Browse files Browse the repository at this point in the history
  • Loading branch information
CybAtax committed May 24, 2024
1 parent 8a15027 commit 21e624c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/author-pr-assignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
repo: context.repo.repo,
issue_number: context.issue.number
});
core.debug(JSON.stringify(assigneeResult));
core.info(`Assignees for PR: ${JSON.stringify(assignees.data.map(({login}) => login))}`);
core.debug(JSON.stringify(assigneesResult));
core.info(`Assignees for PR: ${JSON.stringify(assigneesResult.data.map(({login}) => login))}`);

0 comments on commit 21e624c

Please sign in to comment.