Skip to content

Commit

Permalink
temp debug vars
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 19, 2023
1 parent 2661805 commit 89a61b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
| map("TF_VAR_\(.key| split("tf_var_")[-1])=\(.value)") |.[]'
)
for var in $tf_vars; do
for var in "${tf_vars[@]}"; do
echo "$var"
echo "$var" >> $GITHUB_ENV
done
Expand Down

0 comments on commit 89a61b9

Please sign in to comment.