From 91ec2459c3840c86a21119a4e848a5fd140ff15f Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Mon, 13 May 2024 09:25:58 -0500 Subject: [PATCH] [nc] testing if statement Signed-off-by: Nic Cheneweth --- install/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/action.yaml b/install/action.yaml index c8c9e76..21f490a 100644 --- a/install/action.yaml +++ b/install/action.yaml @@ -19,7 +19,7 @@ runs: if: ${{ inputs.op-version != "" }} uses: 1password/install-cli-action@v1 with: - version: ${ inputs.op-version } + version: ${{ inputs.op-version }} # - name: install 1password # shell: bash