Skip to content

Commit

Permalink
fix: dryrun for all runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertk committed Apr 24, 2020
1 parent a908afa commit bc6e83c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/entrypoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ function getAndValidateInputs() {
dryrun: (String(process.env.DRYRUN).toLowerCase() === 'true'),
};

log.debug(process.env);
log.debug(`dryrun: ${!!args.dryrun}`);
for (const numberInput of [
args.daysBeforeAncient,
args.daysBeforeClose,
Expand Down

0 comments on commit bc6e83c

Please sign in to comment.