dryrun: String()

in src/entrypoint.js [46:53]


    dryrun: String(process.env.DRYRUN).toLowerCase() === 'true',
  };

  for (const numberInput of [
    args.daysBeforeAncient,
    args.daysBeforeClose,
    args.daysBeforeStale,
  ]) {