Skip to content

Commit 9e2928c

Browse files
Merge pull request #18 from microsoft/release/vNext
Merge release/vNext into main for package update
2 parents f476bf7 + 0a68c06 commit 9e2928c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/security-devops-actions-toolkit",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"description": "Microsoft Security DevOps for GitHub Actions toolkit.",
55
"author": "Microsoft Corporation",
66
"license": "MIT",

src/msdo-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async function init() {
8787
export async function run(inputArgs: string[], telemetryEnvironment: string = 'github') {
8888
let cliFilePath: string = null;
8989
let args: string[] = [];
90-
let debugDrop = process.env.GDN_DEBUG_DROP;
90+
let debugDrop = common.parseBool(process.env.GDN_DEBUG_DROP);
9191

9292
const gdnTaskLibFolder = path.resolve(__dirname);
9393
core.debug(`gdnTaskLibFolder = ${gdnTaskLibFolder}`);

0 commit comments

Comments
 (0)