Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit bb061b8

Browse files
authored
Update toolkit lib
1 parent 5c86b1b commit bb061b8

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

dist/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3470,11 +3470,7 @@ function readDependencies(dependenciesProcessorFunc, manifestInfo = {}) {
34703470
std_err += data.toString();
34713471
}
34723472
};
3473-
options.cwd = '././';
3474-
const manifestCmdArr = manifestInfo.command.split(' ');
3475-
return exec
3476-
.exec(manifestCmdArr[0], manifestCmdArr.slice(1, manifestCmdArr.length), options)
3477-
.then((res) => {
3473+
return exec.exec(manifestInfo.command, undefined, options).then((res) => {
34783474
if (std_err) {
34793475
console.log(std_err);
34803476
}

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"dependencies": {
4040
"@actions/core": "^1.6.0",
4141
"@actions/github": "^5.0.0",
42-
"@github/dependency-submission-toolkit": "^1.0.0"
42+
"@github/dependency-submission-toolkit": "^1.0.1"
4343
}
4444
}

0 commit comments

Comments
 (0)