From c03c0b6bbeb560399a92280113a699df7b0eae38 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 13 Aug 2025 14:16:47 -0500 Subject: [PATCH] Set default for `version` input --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 53f309b..4e815e4 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,9 @@ inputs: export-env: description: Export the secrets as environment variables default: "true" + version: + description: Specify which 1Password CLI version to install. Defaults to "latest". + default: "latest" runs: using: "node20" main: "dist/index.js"