Skip to content

Commit

Permalink
Workflow : github_issue_count.py 저장소 주소 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YubinShin committed Oct 31, 2023
1 parent 112094f commit 54f6659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_issue_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async def send_github_issue_count_once():
headers = {
"Authorization": f"token {GITHUB_TOKEN}"
}
response = requests.get("https://api.github.com/repos/fog-of-war/dev-fe/issues", headers=headers)
response = requests.get("https://api.github.com/repos/fog-of-war/dev-be/issues", headers=headers)
if response.status_code == 200:
issues = response.json()
assignee_count = {}
Expand Down

0 comments on commit 54f6659

Please sign in to comment.