Skip to content

Commit

Permalink
additional log
Browse files Browse the repository at this point in the history
  • Loading branch information
anacierdem committed Sep 23, 2024
1 parent 4ac0edb commit f868ed4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/actions/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,12 @@ async function init(info) {
]);
activeBranchName = existingBranchName.trim();
shouldOverrideBranch = !!activeBranchName;

console.log({

Check failure on line 273 in modules/actions/init.js

View workflow job for this annotation

GitHub Actions / Run-Tests / ci

Unexpected console statement
activeBranchName,
shouldOverrideBranch,
autoDetect: await autoDetect(info),
});
} catch {
// If we can't get the branch name, we will use the default
}
Expand Down

0 comments on commit f868ed4

Please sign in to comment.