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 e11ad57 commit abe68c4
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 @@ -42,7 +42,7 @@ jobs:
if [[ "$list" == *"port-2-aws"* ]]; then
directory_name=$(basename "$list")
echo directory_name
secret_value="${{ secrets["TEST_DATA_UAT_" + "${directory_name}"]}}"
secret_value= ${{ secrets["TEST_DATA_UAT_${directory_name}"]}}
echo "$secret_value" >> list/terraform.tfvars.json
fi
done
Expand Down

0 comments on commit abe68c4

Please sign in to comment.