We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
take
1 parent 392f9c2 commit 50c241fCopy full SHA for 50c241f
.github/workflows/comment-commands.yml
@@ -17,7 +17,5 @@ jobs:
17
18
steps:
19
# Using REST API and not `gh issue edit`. https://github.com/cli/cli/issues/6235#issuecomment-1243487651
20
- - run: curl \
21
- -H "Authorization: token ${{ github.token }}" \
22
- -d '{"assignees": ["${{ github.event.comment.user.login }}"]}' \
23
- 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
0 commit comments