From 092a340fbce38da57693a34b3d1672971071e7f9 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 18 Oct 2025 07:38:52 -0400 Subject: [PATCH] Typo fix. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6dafca9..10e1117 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: - name: Login to Hashicorp Vault with token shell: bash - if: contains(inputs.HC_VAULT_AUTH,'token') || + if: contains(inputs.HC_VAULT_AUTH,'token') || ${{ inputs.HC_VAULT_AUTH }} == '' env: VAULT_ADDR: ${{ inputs.HC_VAULT_ADDR }} VAULT_SKIP_VERIFY: "true"