Skip to content

Commit

Permalink
Signing test
Browse files Browse the repository at this point in the history
  • Loading branch information
bayrakmustafa committed Apr 2, 2024
1 parent 6d755b1 commit 8fc593b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function setCommand(inputKey: string, command: string, action: string): s
if (inputKey == INPUT_USERNAME) {
command = `${command} -username="${input}"`;
} else if (inputKey == INPUT_PASSWORD) {
//command = `${command} -password="${input}"`;
command = `${command} -password=${input}`;
} else if (inputKey == INPUT_CREDENTIAL_ID) {
command = `${command} -credential_id="${input}"`;
} else if (inputKey == INPUT_TOTP_SECRET) {
Expand Down

0 comments on commit 8fc593b

Please sign in to comment.