Typo fix.
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ runs:
|
|||||||
|
|
||||||
- name: Login to Hashicorp Vault with token
|
- name: Login to Hashicorp Vault with token
|
||||||
shell: bash
|
shell: bash
|
||||||
if: contains(inputs.HC_VAULT_AUTH,'token') ||
|
if: contains(inputs.HC_VAULT_AUTH,'token') || ${{ inputs.HC_VAULT_AUTH }} == ''
|
||||||
env:
|
env:
|
||||||
VAULT_ADDR: ${{ inputs.HC_VAULT_ADDR }}
|
VAULT_ADDR: ${{ inputs.HC_VAULT_ADDR }}
|
||||||
VAULT_SKIP_VERIFY: "true"
|
VAULT_SKIP_VERIFY: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user