We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b99a6 commit f98b924Copy full SHA for f98b924
.github/workflows/on-issue-assigned.yml
@@ -13,7 +13,8 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- name: Log the assignees login array
16
- run: ASSIGNEE_COUNT=$(echo "${{ toJSON(github.event.issue.assignees.*.login) }}" | wc -l)-2; echo $ASSIGNEE_COUNT
+ // run: ASSIGNEE_COUNT=$(echo "${{ toJSON(github.event.issue.assignees.*.login) }}" | wc -l)-2; echo $ASSIGNEE_COUNT
17
+ run: echo "github.event.assignee.login ${{ github.event.assignee.login }}"
18
- uses: hubwriter/assigned-issues@main
19
id: assigned-issues
20
with:
0 commit comments