Skip to content

Commit aa34359

Browse files
committed
ci: fix
1 parent c7e9a89 commit aa34359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/client-feedback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const body = args[5];
1717
{
1818
hostname: "api.github.com",
1919
port: 443,
20-
path: `/repos/hal-wang/lavcode-test/issues/${issueNumber}`,
20+
path: `/repos/hal-wang/Lavcode/issues/${issueNumber}`,
2121
method: "PATCH",
2222
headers: {
2323
Authorization: `Bearer ${token}`,

0 commit comments

Comments
 (0)