Skip to content

Commit

Permalink
Fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Jul 8, 2024
1 parent fa19199 commit ca46716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45785,7 +45785,7 @@ function createSummary(inputs, steps, moduleNames) {
message(steps.lint),
message(steps.breaking),
`<a href="${lib_github.context.serverUrl}/${lib_github.context.repo.owner}/${lib_github.context.repo.repo}/actions/runs/${lib_github.context.runId}">view</a>`,
new Date().toLocaleString("en-GB", {
new Date().toLocaleString("en-US", {
day: "numeric",
month: "short",
year: "numeric",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function createSummary(
message(steps.lint),
message(steps.breaking),
`<a href="${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}">view</a>`,
new Date().toLocaleString("en-GB", {
new Date().toLocaleString("en-US", {
day: "numeric",
month: "short",
year: "numeric",
Expand Down

0 comments on commit ca46716

Please sign in to comment.