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