diff --git a/dist/index.js b/dist/index.js index e733d77..ad1606b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -30892,7 +30892,7 @@ const core = __nccwpck_require__(3877); const github = __nccwpck_require__(5585); const fs = __nccwpck_require__(7147); const path = __nccwpck_require__(1017); -const { spawnSync } = __nccwpck_require__(2081); +const { spawnSync, spawn } = __nccwpck_require__(2081); const expandHomeDir = __nccwpck_require__(3839); function show_message(type, message) { diff --git a/index.js b/index.js index ebeae8c..f79634c 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ const core = require("@actions/core"); const github = require("@actions/github"); const fs = require("fs"); const path = require("path"); -const { spawnSync } = require("child_process"); +const { spawnSync, spawn } = require("child_process"); const expandHomeDir = require("expand-home-dir"); function show_message(type, message) {