Fix yaml error in `take` issue command by ShaharNaveh · Pull Request #5946 · RustPython/RustPython
steps: # Using REST API and not `gh issue edit`. https://github.com/cli/cli/issues/6235#issuecomment-1243487651 - run: curl \ -H "Authorization: token ${{ github.token }}" \ -d '{"assignees": ["${{ github.event.comment.user.login }}"]}' \ https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/assignees - run: | curl -H "Authorization: token ${{ github.token }}" -d '{"assignees": ["${{ github.event.comment.user.login }}"]}' https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/assignees