From 0d36f9c032b3329d232b4368a9a366409f7f680b Mon Sep 17 00:00:00 2001 From: jcpitre Date: Fri, 8 Nov 2024 12:26:56 -0500 Subject: [PATCH] Corrected a typo --- .github/actions/extract-1password-secret/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/extract-1password-secret/action.yml b/.github/actions/extract-1password-secret/action.yml index 08ce31e73d..3e0fb2c9d8 100644 --- a/.github/actions/extract-1password-secret/action.yml +++ b/.github/actions/extract-1password-secret/action.yml @@ -24,7 +24,7 @@ runs: # In that case just go over it continue-on-error: true run: | - # Replace command with spaces to it's easier to iterate over the key-value pairs + # Replace commas with spaces to it's easier to iterate over the key-value pairs keys=$(echo "${{ inputs.VARIABLES_TO_EXTRACT }}" | tr ',' ' ') for key in $keys; do # Remove leading and trailing spaces