Skip to content

Commit

Permalink
[refactoring] array로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahn-seokjoo committed Sep 20, 2024
1 parent 49b73cb commit bd22682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assignee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/mash-up-kr/Dorabangs_Android/issues/${{ github.event.number }}/assignees \
-d '{"assignees": ${{ github.actor }} }'
-d '{"assignees": [${{ github.actor }}]}'

0 comments on commit bd22682

Please sign in to comment.