Skip to content

Commit

Permalink
Update on-issue-assigned.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itauthor authored Jun 10, 2023
1 parent 544ba76 commit 2cf03ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-issue-assigned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v3
- name: Log the assignees login array
run: echo "${{ toJSON(github.event.issue.assignees.*.login) }}"
- uses: hubwriter/assigned-issues@main
id: assigned-issues
with:
Expand Down

0 comments on commit 2cf03ae

Please sign in to comment.