Skip to content

Commit

Permalink
misc:Updating workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 14, 2024
1 parent 1859910 commit 5af709f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terratests-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Setup Variables Files
run: |
echo "${{ secrets.TEST_DATA_UAT_PORT_2_ALIBABA_CONNECTION }}" >> "./examples/port-2-alibaba-connection/terraform.tfvars.json"
echo "{ "${{ secrets.TEST_DATA_UAT_PORT_2_ALIBABA_CONNECTION }}" }" >> "./examples/port-2-alibaba-connection/terraform.tfvars.json"
echo "${{ secrets.TEST_DATA_UAT_PORT_2_AWS_CONNECTION }}" >> "./tests/uat/port-2-aws-connection/terraform.tfvars.json"
echo "${{ secrets.TEST_DATA_UAT_PORT_2_AZURE_CONNECTION }}" >> "./tests/uat/port-2-azure-connection/terraform.tfvars.json"
echo "${{ secrets.TEST_DATA_UAT_PORT_2_IBM2_CONNECTION }}" >> "./examples/port-2-ibm2-connection/terraform.tfvars.json"
Expand Down

0 comments on commit 5af709f

Please sign in to comment.