Update install-cli-action import

This commit is contained in:
Volodymyr Zotov
2025-07-25 13:40:53 -05:00
parent 37a38cf129
commit e34c300a89
3 changed files with 2 additions and 4 deletions

View File

@@ -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 () => {