Skip to content

Commit 7d4e801

Browse files
authored
Update last-reviewed-cron.yml
1 parent 9c2103e commit 7d4e801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/last-reviewed-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
if (status === STATUS_MAINT && toDate(lrd) > toDate(sixMonthsAgoISO)) {
215215
await setStatus(itemId, statusFieldId, doneId);
216216
movedMaintToDone++;
217-
const line = `[Cron] Moved ${shortRef} → Done (LRD ${lrd} > ${sixMonthsAgoISO}) | ${lastTwoSegments}`;
217+
const line = `[Cron] Moved ${lastTwoSegments} → Done (LRD ${lrd} > ${sixMonthsAgoISO}) | ${lastTwoSegments}`;
218218
console.log(line);
219219
moveLog.push(line);
220220
}

0 commit comments

Comments
 (0)