Skip to content

Commit f4f10b9

Browse files
committed
ci: update workflow
1 parent ce9e8a5 commit f4f10b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/labels-clean..yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ jobs:
148148
149149
// Fetch labels from the source repository
150150
const response = await github.rest.issues.listLabelsForRepo({
151-
owner: targetRepo.split('/')[0],
152-
repo: targetRepo.split('/')[1],
151+
owner: targetOwner,
152+
repo: targetRepo,
153153
});
154154
console.log("Labels fetched: ", response.data);
155155

0 commit comments

Comments
 (0)