We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4107490 commit 3a80e03Copy full SHA for 3a80e03
1 file changed
.github/checkForHttpStatusCodesUpdate.js
@@ -24,6 +24,7 @@ const checkForUpdate = async ( { github, core, context, dryRun } ) => {
24
return;
25
}
26
log.warning( 'HTTP status codes list is outdated!' );
27
+ log.debug( 'Diff with last used version:\n' + diffWithLastUsedVersion + '\n' );
28
29
const existingGithubIssues = await githubIssues.searchForExistingGithubIssue( { keywords: [ issueTitleBase, lastUpdatedDate ], github, context } );
30
0 commit comments