Skip to content

Commit 033b498

Browse files
authored
Update last-reviewed-cron.yml
1 parent 372801e commit 033b498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
const maintId = statusField?.options?.find(o => o.name === STATUS_MAINT)?.id || null;
8484
8585
const lrdId = findDateFieldId(LRD_FIELD_NAME);
86+
const publishedUrlFieldId = findTextFieldId(PUBLISHED_URL_FIELD_NAME);
8687
8788
if (!statusFieldId || !doneId || !maintId || !lrdId) {
8889
throw new Error('Missing required project fields/options: Status/Done/Maintenance or Last Reviewed Date.');

0 commit comments

Comments
 (0)