Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Jul 15, 2023
1 parent d6fc4a0 commit 5cb1eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changed-files/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ async function run() {
ignoreReturnCode: true,
listeners: {
stdout: (data) => {
console.log(`Last merged commit: ${data}`);
lastMergedCommit = data.toString().trim();
},
stderr: (data) => {
Expand Down

0 comments on commit 5cb1eb2

Please sign in to comment.