Skip to content

Commit

Permalink
temp: add logging in turbo-affected
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Sep 6, 2024
1 parent 4e00a2e commit 8cb1242
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/actions/turbo-affected/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ async function main() {
const pkg = core.getInput("package") || "";
const command = core.getInput("command");
const turboVersion = packageJson.devDependencies.turbo;
console.log({ ref });
console.log({ pkg });
console.log({ command });
console.log({ turboVersion });

try {
const turboOutput = execSync(
Expand Down

0 comments on commit 8cb1242

Please sign in to comment.