Skip to content

Commit c313f36

Browse files
authored
Update auto-close-issue.yml
1 parent 003c313 commit c313f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-close-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# API를 사용하여 이슈를 닫음
2525
curl -X PATCH -H "Authorization: token $GITHUB_TOKEN" \
2626
-H "Accept: application/vnd.github.v3+json" \
27-
"https://api.github.com/repos/$OWNER/$REPO/issues/$ISSUE_NUMBER" \
27+
"https://api.github.com/repos/zizzic/main_repo/issues/$ISSUE_NUMBER" \
2828
-d '{"state":"closed"}'
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)