Skip to content

Commit 44cf163

Browse files
committed
fix "
1 parent 326ef73 commit 44cf163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steps/credential-retrieval/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
OP_SERVICE_ACCOUNT_TOKEN: "${{ inputs.op-token }}"
6060
shell: bash
6161
run: |
62-
echo "Retrieving a list of all credential names in the vault ${{ inputs.op-vault }}
62+
echo "Retrieving a list of all credential names in the vault ${{ inputs.op-vault }}"
6363
op item list --vault ${{ inputs.op-vault }} --categories 'API Credential' --format json > op_list.json
6464
6565
- name: "Download All Vault Secrets and Set Them as envvars"

0 commit comments

Comments
 (0)