Skip to content

Commit

Permalink
fix list
Browse files Browse the repository at this point in the history
  • Loading branch information
anaiscalza committed Jan 20, 2024
1 parent 008c048 commit 94d1de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
REGISTRY_USERNAME=$(terraform output -raw acr_token_name)
REGISTRY=$(terraform output -raw acr_server_name)
REGISTRY_ID=$(terraform output -raw acr_id)
keys=("REGISTRY" "POSTGRESQL_FQDN")
keys=("${REGISTRY}" "${POSTGRESQL_FQDN}")
for item in "${keys[@]}"; do
echo $item
done

0 comments on commit 94d1de5

Please sign in to comment.