Skip to content

Commit 9b4e2fd

Browse files
committed
fix: github action
1 parent a9db6c0 commit 9b4e2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/github-action/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function run() {
99

1010
const match = title.match(/Answer(:?)\s*(\d+)/);
1111
if (match) {
12-
labels.push(String(parseInt(match[1], 10)));
12+
labels.push(String(parseInt(match[2], 10)));
1313
}
1414

1515
const actor = github.context.actor;

0 commit comments

Comments
 (0)