Skip to content

Commit 7c00ec4

Browse files
committed
Debugging issue search
1 parent f637d37 commit 7c00ec4

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
@@ -32,6 +32,7 @@ const checkForUpdate = async ( { github, core, context, dryRun } ) => {
3232
}
3333
else {
3434
log.warning( `Multiple issues exist for the HTTP status code update from ${lastUpdatedDate}` );
35+
log.debug( existingGithubIssues );
3536
}
3637
}
3738
catch ( error ) {

0 commit comments

Comments
 (0)