Skip to content

Commit

Permalink
Update issues.yml to make sure assignee is set
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo authored Jan 6, 2025
1 parent e757c79 commit 20f3f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo
});
return issue.data.assignees[0].login || '';
return issue.data.assignees[0]?.login || '';
- name: Dump last assigned
env:
LAST_ASSIGNED: ${{ steps.assigned.outputs.result }}
Expand Down

0 comments on commit 20f3f9d

Please sign in to comment.