Skip to content

Commit

Permalink
Corrected a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Nov 8, 2024
1 parent e3d3d03 commit 0d36f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/extract-1password-secret/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d36f9c

Please sign in to comment.