Skip to content

Commit

Permalink
misc: Updating the delimiter to a single character.
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 5, 2024
1 parent 1f26af7 commit df5d772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Setup Variables Files
run: |
for secret_content in $(env | grep 'TEST_DATA_UAT_' | cut -d=f1); do
for secret_content in $(env | grep 'TEST_DATA_UAT_' | cut -d '=' -f1); do
if [[ "$secret_content" == *"PORT_CONNECTION_PORT_ZSIDE"* ]]; then
echo "$secret_content" > ./examples/port-2-port-connection/terraform.tfvars.json
fi
Expand Down

0 comments on commit df5d772

Please sign in to comment.