Skip to content

Commit

Permalink
misc: ""
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 7, 2024
1 parent fbbf5ba commit b7dc7bb
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:
for list in ./examples/*; do
if [[ "$list" == *"port-2-port-connection"* ]]; then
directory_name=$(basename "$list")
echo $format('TEST_DATA_UAT_{0}','$directory_name')
format('TEST_DATA_UAT_{0}','$directory_name')
echo ${{ secrets[format('TEST_DATA_UAT_{0}','$directory_name')] }}
echo ${{ secrets[format('TEST_DATA_UAT_{0}','$directory_name')] }} >> "$list/terraform.tfvars.json"
fi
Expand Down

0 comments on commit b7dc7bb

Please sign in to comment.