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

View File

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