Fix tests

This commit is contained in:
Volodymyr Zotov
2025-08-14 11:39:57 -05:00
parent b9110a4b5b
commit b10aa9ed81
2 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ on:
export-env:
required: true
type: boolean
version:
cli-version:
required: false
type: string
default: "latest"
@@ -90,7 +90,7 @@ jobs:
id: load_secrets
uses: ./ # 1password/load-secrets-action@<version>
with:
version: ${{ inputs.version }}
cli-version: ${{ inputs.cli-version }}
export-env: ${{ inputs.export-env }}
env:
SECRET: ${{ inputs.secret }}