Skip to content

Commit cb6073c

Browse files
authored
Update on-issue-assigned.yml
1 parent f98b924 commit cb6073c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-issue-assigned.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Log the assignees login array
16-
// run: ASSIGNEE_COUNT=$(echo "${{ toJSON(github.event.issue.assignees.*.login) }}" | wc -l)-2; echo $ASSIGNEE_COUNT
16+
# run: ASSIGNEE_COUNT=$(echo "${{ toJSON(github.event.issue.assignees.*.login) }}" | wc -l)-2; echo $ASSIGNEE_COUNT
1717
run: echo "github.event.assignee.login ${{ github.event.assignee.login }}"
1818
- uses: hubwriter/assigned-issues@main
1919
id: assigned-issues

0 commit comments

Comments
 (0)