Update install-cli-action import
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -62300,8 +62300,6 @@ const unsetPrevious = () => {
|
||||
;// CONCATENATED MODULE: ./src/index.ts
|
||||
|
||||
|
||||
// import { newCliInstaller } from "@1password/install-cli-action/src/cli-installer";
|
||||
// import { VersionResolver } from "@1password/install-cli-action/src/version";
|
||||
|
||||
|
||||
const loadSecretsAction = async () => {
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -54,7 +54,7 @@
|
||||
"node_modules/@1password/install-cli-action": {
|
||||
"name": "install-cli-action",
|
||||
"version": "1.0.0",
|
||||
"resolved": "git+ssh://git@github.com/1password/install-cli-action.git#cd9a5437adbb465c1e512292ae6ce1d3c7236563",
|
||||
"resolved": "git+ssh://git@github.com/1password/install-cli-action.git#5650f88edf3152c8100c3595210bcff23730fd3f",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import * as core from "@actions/core";
|
||||
import { validateCli } from "@1password/op-js";
|
||||
import { install } from "@1password/install-cli-action/dist";
|
||||
import { install } from "@1password/install-cli-action";
|
||||
import { loadSecrets, unsetPrevious, validateAuth } from "./utils";
|
||||
|
||||
const loadSecretsAction = async () => {
|
||||
|
||||
Reference in New Issue
Block a user