Use install-cli-action to enable windows support

This commit is contained in:
Volodymyr Zotov
2025-07-24 16:54:42 -05:00
parent 43fd9cdb84
commit 80da714262
6 changed files with 36421 additions and 3814 deletions

View File

@@ -39,9 +39,11 @@
},
"homepage": "https://github.com/1Password/load-secrets-action#readme",
"dependencies": {
"@1password/install-cli-action": "github:1password/install-cli-action#vzt/export-install-function",
"@1password/op-js": "^0.1.11",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1"
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.2"
},
"devDependencies": {
"@1password/eslint-config": "^4.3.1",