Skip to content

Commit 7cb1c57

Browse files
committed
.
1 parent 66ede0f commit 7cb1c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ jobs:
12301230
issueBody = issueBody.replace(pattern, value);
12311231
}
12321232
1233-
const existingIssue = existing.data.find(i => i.title === title);
1233+
const existingIssue = existing.find(i => i.title === title);
12341234
12351235
if (existingIssue) {
12361236
console.log(`Issue already exists for ${jobName}: #${existingIssue.number}`);

0 commit comments

Comments
 (0)