fix: github action

This commit is contained in:
thomas
2024-05-08 13:09:14 +02:00
parent a9db6c0640
commit 9b4e2fd6b3

View File

@@ -9,7 +9,7 @@ async function run() {
const match = title.match(/Answer(:?)\s*(\d+)/);
if (match) {
labels.push(String(parseInt(match[1], 10)));
labels.push(String(parseInt(match[2], 10)));
}
const actor = github.context.actor;