diff --git a/src/authutil.ts b/src/authutil.ts index 0750f3f..e4fd823 100644 --- a/src/authutil.ts +++ b/src/authutil.ts @@ -191,5 +191,7 @@ function writeFeedToFile( const output = builder.build(xmlSource); + core.debug(output) + fs.writeFileSync(tempFileLocation, output); }