Skip to content

Commit

Permalink
fix formatting on release-schedule.yml? (#3294)
Browse files Browse the repository at this point in the history
This reverts commit d04ea45.
  • Loading branch information
broccolinisoup authored May 17, 2023
1 parent dfbf551 commit 434f542
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
const previousMonday = require('date-fns/previousMonday');
const { RELEASE_CONDUCTOR } = process.env;
core.info(`Release conductor: ${RELEASE_CONDUCTOR}`);
// Current schedule
Expand All @@ -87,12 +87,12 @@ jobs:
// Issue IDs
const id = `primer-release-schedule:${format(start, 'yyyy-MM-dd')}`;
const previousId = `primer-release-schedule:${format(previousStart, 'yyyy-M-dd')}`;
core.startGroup(`Previous schedule: ${previousId}`);
core.info(`Start: ${previousStart}`);
core.info(`End: ${previousEnd}`)
core.endGroup();
core.startGroup(`Current schedule: ${id}`);
core.info(`Start: ${start}`);
core.info(`End: ${end}`)
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
});
return;
}
core.info(`Found release issue: ${releaseIssue.html_url}`);
// We already have an issue open for the current release
Expand Down

0 comments on commit 434f542

Please sign in to comment.