Skip to content

Commit

Permalink
misc:updating setup variables files job
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 5, 2024
1 parent d759946 commit fc34e5e
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 @@ -44,7 +44,7 @@ jobs:
for secret_name in $secret_names; do
if [[ "$secret_name" == *"PORT_CONNECTION_PORT_ZSIDE"* ]]; then
echo "${{ secrets.$secret_name }}" > ./examples/port-2-port-connection/terraform.tfvars.json
echo "${{ secrets[secret_name] }}" > ./examples/port-2-port-connection/terraform.tfvars.json
echo "Variable Files Transferred"
fi
done
Expand Down

0 comments on commit fc34e5e

Please sign in to comment.