Skip to content

Commit 3a80e03

Browse files
committed
ci(checkForHttpStatusCodesUpdate): add debug logging
1 parent 4107490 commit 3a80e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/checkForHttpStatusCodesUpdate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const checkForUpdate = async ( { github, core, context, dryRun } ) => {
2424
return;
2525
}
2626
log.warning( 'HTTP status codes list is outdated!' );
27+
log.debug( 'Diff with last used version:\n' + diffWithLastUsedVersion + '\n' );
2728

2829
const existingGithubIssues = await githubIssues.searchForExistingGithubIssue( { keywords: [ issueTitleBase, lastUpdatedDate ], github, context } );
2930

0 commit comments

Comments
 (0)