Skip to content

Commit

Permalink
Revert "fix password variable names"
Browse files Browse the repository at this point in the history
This reverts commit f69f64d.
  • Loading branch information
aerickson14 committed Oct 16, 2024
1 parent b78d786 commit 07f7c09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "1password-action",
"version": "3.2.0",
"version": "3.1.0",
"private": true,
"description": "Import items from 1Password securely",
"main": "lib/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async function requestItems(
)
}

const passwordOutputName = `${itemRequest.outputName}`
const passwordOutputName = `${itemRequest.outputName}_password`
core.debug(`Setting password variable ${passwordOutputName}`)
core.setSecret(password)
core.setOutput(passwordOutputName, password)
Expand Down

0 comments on commit 07f7c09

Please sign in to comment.