Use install-cli-action from other op-js@v0.1.14-alpha.1

This commit is contained in:
Volodymyr Zotov
2025-07-31 12:39:46 -05:00
parent dfb0f006ee
commit 1cdbe7be4c
3 changed files with 2113 additions and 2360 deletions

3928
dist/index.js vendored

File diff suppressed because one or more lines are too long

532
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
"name": "load-secrets-action", "name": "load-secrets-action",
"version": "2.0.0", "version": "2.0.0",
"description": "Load Secrets from 1Password", "description": "Load Secrets from 1Password",
"type": "commonjs", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
"directories": { "directories": {
"test": "tests" "test": "tests"
@@ -40,8 +40,7 @@
}, },
"homepage": "https://github.com/1Password/load-secrets-action#readme", "homepage": "https://github.com/1Password/load-secrets-action#readme",
"dependencies": { "dependencies": {
"@1password/install-cli-action": "github:1password/install-cli-action#vzt/test-module-package", "@1password/op-js": "^0.1.14-alpha.1",
"@1password/op-js": "^0.1.11",
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.2" "@actions/tool-cache": "^2.0.2"