We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f637d37 commit 7c00ec4Copy full SHA for 7c00ec4
.github/checkForHttpStatusCodesUpdate.js
@@ -32,6 +32,7 @@ const checkForUpdate = async ( { github, core, context, dryRun } ) => {
32
}
33
else {
34
log.warning( `Multiple issues exist for the HTTP status code update from ${lastUpdatedDate}` );
35
+ log.debug( existingGithubIssues );
36
37
38
catch ( error ) {
0 commit comments