Skip to content

Commit

Permalink
debug execa
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 16, 2023
1 parent 2720fa1 commit fa90a9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import * as core from "@actions/core";
import { $ } from "execa";
import * as github from "@actions/github";

process.env.NODE_DEBUG = "execa";

const rootPath = resolve(core.getInput("path"));
const $r = $({ cwd: rootPath });
const $rs = $({ cwd: rootPath, reject: false });
Expand Down

0 comments on commit fa90a9e

Please sign in to comment.