Skip to content

Commit e2c7802

Browse files
committed
chore(ci): debug job outputs 4
1 parent 9bd5181 commit e2c7802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/export_pr_details.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = async ({github, context, core}) => {
55
core.info("Parsing previously saved PR");
66
const pr = JSON.parse(fs.readFileSync('./pr.txt', 'utf-8').trim());
77
core.info("Exporting outputs from PR");
8+
console.dir(pr,{depth:null});
89

910
core.setOutput("prNumber", pr.number);
1011
core.setOutput("prTitle", pr.pull_request.title);

0 commit comments

Comments
 (0)