Skip to content

Commit

Permalink
Merge branch 'main' into forward-ref-style-octicon
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup authored May 17, 2023
2 parents 8d83282 + 434f542 commit 74aa001
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 74aa001

Please sign in to comment.