Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected a typo 2
Browse files Browse the repository at this point in the history
jcpitre committed Nov 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0d36f9c commit 845f2a4
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
@@ -24,7 +24,7 @@ runs:
# In that case just go over it
continue-on-error: true
run: |
# Replace commas with spaces to it's easier to iterate over the key-value pairs
# Replace commas with spaces so 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

0 comments on commit 845f2a4

Please sign in to comment.