Skip to content

Commit 20c8331

Browse files
committed
Fixes missing date in issue body
1 parent aada465 commit 20c8331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/checkForHttpStatusCodesUpdate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const createNewGithubIssue = async ( { httpStatusCodes, diffWithLastUsedVersion,
7171
owner: context.repo.owner,
7272
repo: context.repo.repo,
7373
title: `${issueTitleBase} ${httpStatusCodes.lastUpdatedDate}`,
74-
body: `The HTTP status codes list has been updated on ${httpStatusCodes.lastUpdatedDate}. ` + '\n' +
74+
body: `The HTTP status codes list has been updated on ${httpStatusCodes.lastUpdated}. ` + '\n' +
7575
'See https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml' + '\n\n' +
7676
'## Diff ##' + '\n' +
7777
'```diff' + '\n' +

0 commit comments

Comments
 (0)